#BBDAD2

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

Shades of Cruise #BBDAD2

Tints of Cruise #BBDAD2

Color information

#BBDAD2 (or 0xBBDAD2) is unknown color: approx Cruise. HEX triplet: BB, DA and D2. RGB value is (187,218,210). Sum of RGB (Red+Green+Blue) = 187+218+210=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAD2 is #44252D. Grayscale: #CFCFCF. Windows color (decimal): -4465966 or 13818555. OLE color: 13818555.

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

Color convert

RGB187218210-
CMYK0.1400.040.15
HSL164.52º29.52%79.41%-
HSV(B)164.52º14.22%85.49%-
XYZ57.265.3670.57-
YUV207.82129.23113.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 210 (82.42% from 255) = 34.15%
R=30.41%
G=35.45%
B=34.15%

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
Decimal1872182100.1400.040.15164.5229.5279.41
HexBBDAD2E04Fa51e4f
Octal27333232216041724536117
Binary10111011110110101101001011100100111110100101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAD2; }

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

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

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

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

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

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

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

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