#B4DACD

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

Shades of Cruise #B4DACD

Tints of Cruise #B4DACD

Color information

#B4DACD (or 0xB4DACD) is unknown color: approx Cruise. HEX triplet: B4, DA and CD. RGB value is (180,218,205). Sum of RGB (Red+Green+Blue) = 180+218+205=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DACD is #4B2532. Grayscale: #CDCDCD. Windows color (decimal): -4924723 or 13490868. OLE color: 13490868.

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

Color convert

RGB180218205-
CMYK0.1700.060.15
HSL159.47º33.93%78.04%-
HSV(B)159.47º17.43%85.49%-
XYZ54.9164.2567.27-
YUV205.16127.91110.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.85%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=29.85%
G=36.15%
B=34.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802182050.1700.060.15159.4733.9378.04
HexB4DACD1106F9f224e
Octal26433231521061723742116
Binary1011010011011010110011011000101101111100111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DACD; }

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

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

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

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

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

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

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

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