#B7DCD1

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

Shades of Cruise #B7DCD1

Tints of Cruise #B7DCD1

Color information

#B7DCD1 (or 0xB7DCD1) is unknown color: approx Cruise. HEX triplet: B7, DC and D1. RGB value is (183,220,209). Sum of RGB (Red+Green+Blue) = 183+220+209=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCD1 is #48232E. Grayscale: #CFCFCF. Windows color (decimal): -4727599 or 13753527. OLE color: 13753527.

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

Color convert

RGB183220209-
CMYK0.1700.050.14
HSL162.16º34.58%79.02%-
HSV(B)162.16º16.82%86.27%-
XYZ56.6365.8670.05-
YUV207.68128.74110.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.90%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 209 (82.03% from 255) = 34.15%
R=29.90%
G=35.95%
B=34.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832202090.1700.050.14162.1634.5879.02
HexB7DCD11105Ea2234f
Octal26733432121051624243117
Binary1011011111011100110100011000101011110101000101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DCD1; }

 p { color: rgb(183,220,209); }

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

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

 a { background-color: rgb(183,220,209); }

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

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

 span { border-color: rgb(183,220,209); }

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