#B0DFCC

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

Shades of Cruise #B0DFCC

Tints of Cruise #B0DFCC

Color information

#B0DFCC (or 0xB0DFCC) is unknown color: approx Cruise. HEX triplet: B0, DF and CC. RGB value is (176,223,204). Sum of RGB (Red+Green+Blue) = 176+223+204=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFCC is #4F2033. Grayscale: #CECECE. Windows color (decimal): -5185588 or 13426608. OLE color: 13426608.

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

Color convert

RGB176223204-
CMYK0.2100.090.13
HSL155.74º42.34%78.24%-
HSV(B)155.74º21.08%87.45%-
XYZ55.1966.3767.03-
YUV206.78126.43106.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.19%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=29.19%
G=36.98%
B=33.83%

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
Decimal1762232040.2100.090.13155.7442.3478.24
HexB0DFCC1509D9c2a4e
Octal260337314250111523452116
Binary10110000110111111100110010101010011101100111001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFCC; }

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

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

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

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

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

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

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

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