#B7DED0

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

Shades of Cruise #B7DED0

Tints of Cruise #B7DED0

Color information

#B7DED0 (or 0xB7DED0) is unknown color: approx Cruise. HEX triplet: B7, DE and D0. RGB value is (183,222,208). Sum of RGB (Red+Green+Blue) = 183+222+208=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DED0 is #48212F. Grayscale: #D0D0D0. Windows color (decimal): -4727088 or 13688503. OLE color: 13688503.

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

Color convert

RGB183222208-
CMYK0.1800.060.13
HSL158.46º37.14%79.41%-
HSV(B)158.46º17.57%87.06%-
XYZ57.0366.8669.57-
YUV208.74127.58109.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.85%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 208 (81.64% from 255) = 33.93%
R=29.85%
G=36.22%
B=33.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832222080.1800.060.13158.4637.1479.41
HexB7DED01206D9e254f
Octal26733632022061523645117
Binary1011011111011110110100001001001101101100111101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DED0; }

 p { color: rgb(183,222,208); }

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

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

 a { background-color: rgb(183,222,208); }

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

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

 span { border-color: rgb(183,222,208); }

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