#BBDDD4

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

Shades of Cruise #BBDDD4

Tints of Cruise #BBDDD4

Color information

#BBDDD4 (or 0xBBDDD4) is unknown color: approx Cruise. HEX triplet: BB, DD and D4. RGB value is (187,221,212). Sum of RGB (Red+Green+Blue) = 187+221+212=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDD4 is #44222B. Grayscale: #D1D1D1. Windows color (decimal): -4465196 or 13950395. OLE color: 13950395.

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

Color convert

RGB187221212-
CMYK0.1500.040.13
HSL164.12º33.33%80%-
HSV(B)164.12º15.38%86.67%-
XYZ58.2367.0372.16-
YUV209.81129.24111.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 212 (83.20% from 255) = 34.19%
R=30.16%
G=35.65%
B=34.19%

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
Decimal1872212120.1500.040.13164.1233.3380
HexBBDDD4F04Da42150
Octal27333532417041524441120
Binary101110111101110111010100111101001101101001001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDD4; }

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

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

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

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

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

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

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

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