#BBDAD1

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

Shades of Cruise #BBDAD1

Tints of Cruise #BBDAD1

Color information

#BBDAD1 (or 0xBBDAD1) is unknown color: approx Cruise. HEX triplet: BB, DA and D1. RGB value is (187,218,209). Sum of RGB (Red+Green+Blue) = 187+218+209=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAD1 is #44252E. Grayscale: #CFCFCF. Windows color (decimal): -4465967 or 13753019. OLE color: 13753019.

HSL color Cylindrical-coordinate representation of color #BBDAD1: hue angle of 162.58º 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 #BBDAD1 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB187218209-
CMYK0.1400.040.15
HSL162.58º29.52%79.41%-
HSV(B)162.58º14.22%85.49%-
XYZ57.0765.3169.92-
YUV207.7128.73113.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 209 (82.03% from 255) = 34.04%
R=30.46%
G=35.50%
B=34.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872182090.1400.040.15162.5829.5279.41
HexBBDAD1E04Fa31e4f
Octal27333232116041724336117
Binary10111011110110101101000111100100111110100011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAD1; }

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

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

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

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

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

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

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

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