#B6DDD4

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

Shades of Cruise #B6DDD4

Tints of Cruise #B6DDD4

Color information

#B6DDD4 (or 0xB6DDD4) is unknown color: approx Cruise. HEX triplet: B6, DD and D4. RGB value is (182,221,212). Sum of RGB (Red+Green+Blue) = 182+221+212=615 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.59% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DDD4 is #49222B. Grayscale: #D0D0D0. Windows color (decimal): -4792876 or 13950390. OLE color: 13950390.

HSL color Cylindrical-coordinate representation of color #B6DDD4: hue angle of 166.15º degrees, saturation: 0.36, 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 #B6DDD4 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB182221212-
CMYK0.1800.040.13
HSL166.15º36.45%79.02%-
HSV(B)166.15º17.65%86.67%-
XYZ57.0366.4172.1-
YUV208.31130.08109.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.59%
GREEN value IS 221 (86.72% from 255) = 35.93%
BLUE value IS 212 (83.20% from 255) = 34.47%
R=29.59%
G=35.93%
B=34.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822212120.1800.040.13166.1536.4579.02
HexB6DDD41204Da6244f
Octal26633532422041524644117
Binary1011011011011101110101001001001001101101001101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DDD4; }

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

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

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

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

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

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

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

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