Html Css Color HEX #B6E8D8 Cruise

📋 copy color: '#B6E8D8'

red 182 ◦ green 232 ◦ blue 216

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

Shades of Cruise #B6E8D8

Tints of Cruise #B6E8D8

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.83%

 BLUE value IS 216 (84.77% from 255) = 34.29%

R = 28.89%
G = 36.83%
B = 34.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#B6E8D8 (or 0xB6E8D8) is known color: Cruise. HEX triplet: B6, E8 and D8. RGB value is (182,232,216). Sum of RGB (Red+Green+Blue) = 182+232+216=630 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.89% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 232 - color contains mainly: green. Hex color #B6E8D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E8D8 is #491727. Grayscale: #D7D7D7. Windows color (decimal): -4790056 or 14215350. OLE color: 14215350.

HSL color Cylindrical-coordinate representation of color #B6E8D8: hue angle of 160.8º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6E8D8 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 232 216 -
CMYK 0.22 0 0.07 0.09
HSL 160.8º 0.52% 0.81% -
HSV(B) 160.8º 0.22% 0.91% -
XYZ 60.54 72.62 75.79 -
YUV 215.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 182 232 216 0.22 0 0.07 0.09 160.8 0.52 0.81
Hex B6 E8 D8 16 0 7 9 A1 34 51
Octal 266 350 330 26 0 7 11 241 64 121
Binary 10110110 11101000 11011000 10110 0 111 1001 10100001 110100 1010001

Color Harmonies of #B6E8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E8D8

Black with #B6E8D8

Text Example


Text Example

White with #B6E8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E8D8; }

 p { color: rgb(182,232,216); }

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

background-color css

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

 a { background-color: rgb(182,232,216); }

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

border-color css

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

 span { border-color: rgb(182,232,216); }

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