#BBDEDA

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

Shades of Cruise #BBDEDA

Tints of Cruise #BBDEDA

Color information

#BBDEDA (or 0xBBDEDA) is unknown color: approx Cruise. HEX triplet: BB, DE and DA. RGB value is (187,222,218). Sum of RGB (Red+Green+Blue) = 187+222+218=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEDA is #442125. Grayscale: #D3D3D3. Windows color (decimal): -4464934 or 14343867. OLE color: 14343867.

HSL color Cylindrical-coordinate representation of color #BBDEDA: hue angle of 173.14º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDEDA is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB187222218-
CMYK0.1600.020.13
HSL173.14º34.65%80.2%-
HSV(B)173.14º15.77%87.06%-
XYZ59.2767.8776.31-
YUV211.08131.9110.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 222 (87.11% from 255) = 35.41%
BLUE value IS 218 (85.55% from 255) = 34.77%
R=29.82%
G=35.41%
B=34.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872222180.1600.020.13173.1434.6580.2
HexBBDEDA1002Dad2350
Octal27333633220021525543120
Binary101110111101111011011010100000101101101011011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDEDA; }

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

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

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

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

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

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

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

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