#B1DACD

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

Shades of Cruise #B1DACD

Tints of Cruise #B1DACD

Color information

#B1DACD (or 0xB1DACD) is unknown color: approx Cruise. HEX triplet: B1, DA and CD. RGB value is (177,218,205). Sum of RGB (Red+Green+Blue) = 177+218+205=600 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.5% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DACD is #4E2532. Grayscale: #CCCCCC. Windows color (decimal): -5121331 or 13490865. OLE color: 13490865.

HSL color Cylindrical-coordinate representation of color #B1DACD: hue angle of 160.98º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1DACD is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB177218205-
CMYK0.1900.060.15
HSL160.98º35.65%77.45%-
HSV(B)160.98º18.81%85.49%-
XYZ54.2263.967.23-
YUV204.26128.42108.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.5%
GREEN value IS 218 (85.55% from 255) = 36.33%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=29.5%
G=36.33%
B=34.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772182050.1900.060.15160.9835.6577.45
HexB1DACD1306Fa1244d
Octal26133231523061724144115
Binary1011000111011010110011011001101101111101000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DACD; }

 p { color: rgb(177,218,205); }

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

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

 a { background-color: rgb(177,218,205); }

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

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

 span { border-color: rgb(177,218,205); }

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