#B7DDD4

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

Shades of Cruise #B7DDD4

Tints of Cruise #B7DDD4

Color information

#B7DDD4 (or 0xB7DDD4) is unknown color: approx Cruise. HEX triplet: B7, DD and D4. RGB value is (183,221,212). Sum of RGB (Red+Green+Blue) = 183+221+212=616 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.71% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DDD4 is #48222B. Grayscale: #D0D0D0. Windows color (decimal): -4727340 or 13950391. OLE color: 13950391.

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

Color convert

RGB183221212-
CMYK0.1700.040.13
HSL165.79º35.85%79.22%-
HSV(B)165.79º17.19%86.67%-
XYZ57.2766.5372.11-
YUV208.61129.91109.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.71%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 212 (83.20% from 255) = 34.42%
R=29.71%
G=35.88%
B=34.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832212120.1700.040.13165.7935.8579.22
HexB7DDD41104Da6244f
Octal26733532421041524644117
Binary1011011111011101110101001000101001101101001101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DDD4; }

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

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

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

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

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

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

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

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