#B0DFCE

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

Shades of Cruise #B0DFCE

Tints of Cruise #B0DFCE

Color information

#B0DFCE (or 0xB0DFCE) is unknown color: approx Cruise. HEX triplet: B0, DF and CE. RGB value is (176,223,206). Sum of RGB (Red+Green+Blue) = 176+223+206=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFCE is #4F2031. Grayscale: #CFCFCF. Windows color (decimal): -5185586 or 13557680. OLE color: 13557680.

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

Color convert

RGB176223206-
CMYK0.2100.080.13
HSL158.3º42.34%78.24%-
HSV(B)158.3º21.08%87.45%-
XYZ55.4366.4668.3-
YUV207.01127.43105.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=29.09%
G=36.86%
B=34.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762232060.2100.080.13158.342.3478.24
HexB0DFCE1508D9e2a4e
Octal260337316250101523652116
Binary10110000110111111100111010101010001101100111101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFCE; }

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

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

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

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

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

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

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

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