#B0DCCA

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

Shades of Cruise #B0DCCA

Tints of Cruise #B0DCCA

Color information

#B0DCCA (or 0xB0DCCA) is unknown color: approx Cruise. HEX triplet: B0, DC and CA. RGB value is (176,220,202). Sum of RGB (Red+Green+Blue) = 176+220+202=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCCA is #4F2335. Grayscale: #CCCCCC. Windows color (decimal): -5186358 or 13294768. OLE color: 13294768.

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

Color convert

RGB176220202-
CMYK0.200.080.14
HSL155.45º38.6%77.65%-
HSV(B)155.45º20%86.27%-
XYZ54.1664.6865.51-
YUV204.79126.42107.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.43%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=29.43%
G=36.79%
B=33.78%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762202020.200.080.14155.4538.677.65
HexB0DCCA1408E9b274e
Octal260334312240101623347116
Binary10110000110111001100101010100010001110100110111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCCA; }

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

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

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

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

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

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

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

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