#B7DCD4

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

Shades of Cruise #B7DCD4

Tints of Cruise #B7DCD4

Color information

#B7DCD4 (or 0xB7DCD4) is unknown color: approx Cruise. HEX triplet: B7, DC and D4. RGB value is (183,220,212). Sum of RGB (Red+Green+Blue) = 183+220+212=615 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.76% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCD4 is #48232B. Grayscale: #D0D0D0. Windows color (decimal): -4727596 or 13950135. OLE color: 13950135.

HSL color Cylindrical-coordinate representation of color #B7DCD4: hue angle of 167.03º 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 #B7DCD4 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB183220212-
CMYK0.1700.040.14
HSL167.03º34.58%79.02%-
HSV(B)167.03º16.82%86.27%-
XYZ57.0166.0172.02-
YUV208.02130.24110.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.76%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 212 (83.20% from 255) = 34.47%
R=29.76%
G=35.77%
B=34.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832202120.1700.040.14167.0334.5879.02
HexB7DCD41104Ea7234f
Octal26733432421041624743117
Binary1011011111011100110101001000101001110101001111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DCD4; }

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

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

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

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

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

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

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

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