#B0DED1

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

Shades of Cruise #B0DED1

Tints of Cruise #B0DED1

Color information

#B0DED1 (or 0xB0DED1) is unknown color: approx Cruise. HEX triplet: B0, DE and D1. RGB value is (176,222,209). Sum of RGB (Red+Green+Blue) = 176+222+209=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DED1 is #4F212E. Grayscale: #CECECE. Windows color (decimal): -5185839 or 13754032. OLE color: 13754032.

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

Color convert

RGB176222209-
CMYK0.2100.060.13
HSL163.04º41.07%78.04%-
HSV(B)163.04º20.72%87.06%-
XYZ55.5366.0870.15-
YUV206.76129.26106.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 222 (87.11% from 255) = 36.57%
BLUE value IS 209 (82.03% from 255) = 34.43%
R=29.00%
G=36.57%
B=34.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762222090.2100.060.13163.0441.0778.04
HexB0DED11506Da3294e
Octal26033632125061524351116
Binary1011000011011110110100011010101101101101000111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DED1; }

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

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

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

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

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

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

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

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