#B0DECA

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

Shades of Cruise #B0DECA

Tints of Cruise #B0DECA

Color information

#B0DECA (or 0xB0DECA) is unknown color: approx Cruise. HEX triplet: B0, DE and CA. RGB value is (176,222,202). Sum of RGB (Red+Green+Blue) = 176+222+202=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DECA is #4F2135. Grayscale: #CDCDCD. Windows color (decimal): -5185846 or 13295280. OLE color: 13295280.

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

Color convert

RGB176222202-
CMYK0.2100.090.13
HSL153.91º41.07%78.04%-
HSV(B)153.91º20.72%87.06%-
XYZ54.6965.7465.68-
YUV205.97125.76106.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.33%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=29.33%
G=37%
B=33.67%

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
Decimal1762222020.2100.090.13153.9141.0778.04
HexB0DECA1509D9a294e
Octal260336312250111523251116
Binary10110000110111101100101010101010011101100110101010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DECA; }

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

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

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

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

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

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

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

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