#BBDDD5

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

Shades of Cruise #BBDDD5

Tints of Cruise #BBDDD5

Color information

#BBDDD5 (or 0xBBDDD5) is unknown color: approx Cruise. HEX triplet: BB, DD and D5. RGB value is (187,221,213). Sum of RGB (Red+Green+Blue) = 187+221+213=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDD5 is #44222A. Grayscale: #D1D1D1. Windows color (decimal): -4465195 or 14015931. OLE color: 14015931.

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

Color convert

RGB187221213-
CMYK0.1500.040.13
HSL165.88º33.33%80%-
HSV(B)165.88º15.38%86.67%-
XYZ58.3667.0872.82-
YUV209.92129.74111.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.11%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 213 (83.59% from 255) = 34.30%
R=30.11%
G=35.59%
B=34.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872212130.1500.040.13165.8833.3380
HexBBDDD5F04Da62150
Octal27333532517041524641120
Binary101110111101110111010101111101001101101001101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDD5; }

 p { color: rgb(187,221,213); }

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

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

 a { background-color: rgb(187,221,213); }

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

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

 span { border-color: rgb(187,221,213); }

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