#BBDAD4

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

Shades of Cruise #BBDAD4

Tints of Cruise #BBDAD4

Color information

#BBDAD4 (or 0xBBDAD4) is unknown color: approx Cruise. HEX triplet: BB, DA and D4. RGB value is (187,218,212). Sum of RGB (Red+Green+Blue) = 187+218+212=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAD4 is #44252B. Grayscale: #D0D0D0. Windows color (decimal): -4465964 or 13949627. OLE color: 13949627.

HSL color Cylindrical-coordinate representation of color #BBDAD4: hue angle of 168.39º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBDAD4 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB187218212-
CMYK0.1400.030.15
HSL168.39º29.52%79.41%-
HSV(B)168.39º14.22%85.49%-
XYZ57.4565.4671.89-
YUV208.05130.23112.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.31%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 212 (83.20% from 255) = 34.36%
R=30.31%
G=35.33%
B=34.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872182120.1400.030.15168.3929.5279.41
HexBBDAD4E03Fa81e4f
Octal27333232416031725036117
Binary1011101111011010110101001110011111110101000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAD4; }

 p { color: rgb(187,218,212); }

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

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

 a { background-color: rgb(187,218,212); }

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

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

 span { border-color: rgb(187,218,212); }

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