Html Css Color HEX #B0DEC9 Cruise

📋 copy color: '#B0DEC9'

red 176 ◦ green 222 ◦ blue 201

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

Shades of Cruise #B0DEC9

Tints of Cruise #B0DEC9

RGB

 RED value IS 176 (69.14% from 255) = 29.38%

 GREEN value IS 222 (87.11% from 255) = 37.06%

 BLUE value IS 201 (78.91% from 255) = 33.56%

R = 29.38%
G = 37.06%
B = 33.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#B0DEC9 (or 0xB0DEC9) is known color: Cruise. HEX triplet: B0, DE and C9. RGB value is (176,222,201). Sum of RGB (Red+Green+Blue) = 176+222+201=599 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.38% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DEC9 is #4F2136. Grayscale: #CDCDCD. Windows color (decimal): -5185847 or 13229744. OLE color: 13229744.

HSL color Cylindrical-coordinate representation of color #B0DEC9: hue angle of 152.61º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DEC9 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 222 201 -
CMYK 0.21 0 0.09 0.13
HSL 152.61º 0.41% 0.78% -
HSV(B) 152.61º 0.21% 0.87% -
XYZ 54.57 65.69 65.06 -
YUV 205.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 176 222 201 0.21 0 0.09 0.13 152.61 0.41 0.78
Hex B0 DE C9 15 0 9 D 99 29 4E
Octal 260 336 311 25 0 11 15 231 51 116
Binary 10110000 11011110 11001001 10101 0 1001 1101 10011001 101001 1001110

Color Harmonies of #B0DEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DEC9

Black with #B0DEC9

Text Example


Text Example

White with #B0DEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DEC9; }

 p { color: rgb(176,222,201); }

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

background-color css

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

 a { background-color: rgb(176,222,201); }

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

border-color css

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

 span { border-color: rgb(176,222,201); }

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