#B0DCCC

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

Shades of Cruise #B0DCCC

Tints of Cruise #B0DCCC

Color information

#B0DCCC (or 0xB0DCCC) is unknown color: approx Cruise. HEX triplet: B0, DC and CC. RGB value is (176,220,204). Sum of RGB (Red+Green+Blue) = 176+220+204=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCCC is #4F2333. Grayscale: #CDCDCD. Windows color (decimal): -5186356 or 13425840. OLE color: 13425840.

HSL color Cylindrical-coordinate representation of color #B0DCCC: hue angle of 158.18º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCCC is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB176220204-
CMYK0.200.070.14
HSL158.18º38.6%77.65%-
HSV(B)158.18º20%86.27%-
XYZ54.464.7866.76-
YUV205.02127.42107.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.33%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 204 (80.08% from 255) = 34%
R=29.33%
G=36.67%
B=34%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762202040.200.070.14158.1838.677.65
HexB0DCCC1407E9e274e
Octal26033431424071623647116
Binary1011000011011100110011001010001111110100111101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCCC; }

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

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

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

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

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

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

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

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