#B0DFCB

Color #B0DFCB Cruise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cruise #B0DFCB

Tints of Cruise #B0DFCB

Color information

#B0DFCB (or 0xB0DFCB) is unknown color: approx Cruise. HEX triplet: B0, DF and CB. RGB value is (176,223,203). Sum of RGB (Red+Green+Blue) = 176+223+203=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFCB is #4F2034. Grayscale: #CECECE. Windows color (decimal): -5185589 or 13361072. OLE color: 13361072.

HSL color Cylindrical-coordinate representation of color #B0DFCB: hue angle of 154.47º degrees, saturation: 0.42, 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 #B0DFCB is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB176223203-
CMYK0.2100.090.13
HSL154.47º42.34%78.24%-
HSV(B)154.47º21.08%87.45%-
XYZ55.0766.3266.4-
YUV206.67125.93106.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.24%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=29.24%
G=37.04%
B=33.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762232030.2100.090.13154.4742.3478.24
HexB0DFCB1509D9a2a4e
Octal260337313250111523252116
Binary10110000110111111100101110101010011101100110101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFCB; }

 p { color: rgb(176,223,203); }

 H1.HeaderClassName
 {
   color: #B0DFCB;
 }
 .AnyTagClassName
 {
   color: #B0DFCB;
 }
</style>
background-color css

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

 a { background-color: rgb(176,223,203); }

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

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

 span { border-color: rgb(176,223,203); }

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