Html Css Color HEX #B6E6D6 Cruise

📋 copy color: '#B6E6D6'

red 182 ◦ green 230 ◦ blue 214

#B6E6D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cruise #B6E6D6

Tints of Cruise #B6E6D6

RGB

 RED value IS 182 (71.48% from 255) = 29.07%

 GREEN value IS 230 (90.23% from 255) = 36.74%

 BLUE value IS 214 (83.98% from 255) = 34.19%

R = 29.07%
G = 36.74%
B = 34.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B6E6D6 (or 0xB6E6D6) is known color: Cruise. HEX triplet: B6, E6 and D6. RGB value is (182,230,214). Sum of RGB (Red+Green+Blue) = 182+230+214=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 230 - color contains mainly: green. Hex color #B6E6D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E6D6 is #491929. Grayscale: #D5D5D5. Windows color (decimal): -4790570 or 14083766. OLE color: 14083766.

HSL color Cylindrical-coordinate representation of color #B6E6D6: hue angle of 160º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6E6D6 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 230 214 -
CMYK 0.21 0 0.07 0.10
HSL 160º 0.49% 0.81% -
HSV(B) 160º 0.21% 0.9% -
XYZ 59.73 71.39 74.25 -
YUV 213.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 182 230 214 0.21 0 0.07 0.10 160 0.49 0.81
Hex B6 E6 D6 15 0 7 A A0 31 51
Octal 266 346 326 25 0 7 12 240 61 121
Binary 10110110 11100110 11010110 10101 0 111 1010 10100000 110001 1010001

Color Harmonies of #B6E6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E6D6

Black with #B6E6D6

Text Example


Text Example

White with #B6E6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E6D6; }

 p { color: rgb(182,230,214); }

 H1.HeaderClassName
 {
   color: #B6E6D6;
 }
 .AnyTagClassName
 {
   color: #B6E6D6;
 }
</style>

background-color css

<style>
 a { background-color: #B6E6D6; }

 a { background-color: rgb(182,230,214); }

 div.DivClassName
 {
   background-color: #B6E6D6;
 }
 .BgClassName
 {
   background-color: #B6E6D6;
 }
</style>

border-color css

<style>
 span { border-color: #B6E6D6; }

 span { border-color: rgb(182,230,214); }

 td.TdClassName
 {
   border-color: #B6E6D6;
 }
 .TagClassName
 {
   border-color: #B6E6D6;
 }
</style>