#B0DFCF

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

Shades of Cruise #B0DFCF

Tints of Cruise #B0DFCF

Color information

#B0DFCF (or 0xB0DFCF) is unknown color: approx Cruise. HEX triplet: B0, DF and CF. RGB value is (176,223,207). Sum of RGB (Red+Green+Blue) = 176+223+207=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFCF is #4F2030. Grayscale: #CFCFCF. Windows color (decimal): -5185585 or 13623216. OLE color: 13623216.

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

Color convert

RGB176223207-
CMYK0.2100.070.13
HSL159.57º42.34%78.24%-
HSV(B)159.57º21.08%87.45%-
XYZ55.5566.5168.94-
YUV207.12127.93105.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.04%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 207 (81.25% from 255) = 34.16%
R=29.04%
G=36.80%
B=34.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762232070.2100.070.13159.5742.3478.24
HexB0DFCF1507Da02a4e
Octal26033731725071524052116
Binary1011000011011111110011111010101111101101000001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFCF; }

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

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

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

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

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

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

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

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