#B5DAD0

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

Shades of Cruise #B5DAD0

Tints of Cruise #B5DAD0

Color information

#B5DAD0 (or 0xB5DAD0) is unknown color: approx Cruise. HEX triplet: B5, DA and D0. RGB value is (181,218,208). Sum of RGB (Red+Green+Blue) = 181+218+208=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DAD0 is #4A252F. Grayscale: #CDCDCD. Windows color (decimal): -4859184 or 13687477. OLE color: 13687477.

HSL color Cylindrical-coordinate representation of color #B5DAD0: hue angle of 163.78º degrees, saturation: 0.33, 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 #B5DAD0 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB181218208-
CMYK0.1700.050.15
HSL163.78º33.33%78.24%-
HSV(B)163.78º16.97%85.49%-
XYZ55.5164.5269.2-
YUV205.8129.24110.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.82%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 208 (81.64% from 255) = 34.27%
R=29.82%
G=35.91%
B=34.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812182080.1700.050.15163.7833.3378.24
HexB5DAD01105Fa4214e
Octal26533232021051724441116
Binary1011010111011010110100001000101011111101001001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DAD0; }

 p { color: rgb(181,218,208); }

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

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

 a { background-color: rgb(181,218,208); }

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

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

 span { border-color: rgb(181,218,208); }

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