#BBDDD2

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

Shades of Cruise #BBDDD2

Tints of Cruise #BBDDD2

Color information

#BBDDD2 (or 0xBBDDD2) is unknown color: approx Cruise. HEX triplet: BB, DD and D2. RGB value is (187,221,210). Sum of RGB (Red+Green+Blue) = 187+221+210=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDD2 is #44222D. Grayscale: #D1D1D1. Windows color (decimal): -4465198 or 13819323. OLE color: 13819323.

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

Color convert

RGB187221210-
CMYK0.1500.050.13
HSL160.59º33.33%80%-
HSV(B)160.59º15.38%86.67%-
XYZ57.9866.9370.84-
YUV209.58128.24111.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 210 (82.42% from 255) = 33.98%
R=30.26%
G=35.76%
B=33.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872212100.1500.050.13160.5933.3380
HexBBDDD2F05Da12150
Octal27333532217051524141120
Binary101110111101110111010010111101011101101000011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDD2; }

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

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

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

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

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

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

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

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