#B5DCCE

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

Shades of Cruise #B5DCCE

Tints of Cruise #B5DCCE

Color information

#B5DCCE (or 0xB5DCCE) is unknown color: approx Cruise. HEX triplet: B5, DC and CE. RGB value is (181,220,206). Sum of RGB (Red+Green+Blue) = 181+220+206=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCCE is #4A2331. Grayscale: #CECECE. Windows color (decimal): -4858674 or 13556917. OLE color: 13556917.

HSL color Cylindrical-coordinate representation of color #B5DCCE: hue angle of 158.46º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCCE is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB181220206-
CMYK0.1800.060.14
HSL158.46º35.78%78.63%-
HSV(B)158.46º17.73%86.27%-
XYZ55.7965.4768.09-
YUV206.74127.58109.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.82%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=29.82%
G=36.24%
B=33.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812202060.1800.060.14158.4635.7878.63
HexB5DCCE1206E9e244f
Octal26533431622061623644117
Binary1011010111011100110011101001001101110100111101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCCE; }

 p { color: rgb(181,220,206); }

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

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

 a { background-color: rgb(181,220,206); }

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

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

 span { border-color: rgb(181,220,206); }

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