#BBE2DA

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

Shades of Cruise #BBE2DA

Tints of Cruise #BBE2DA

Color information

#BBE2DA (or 0xBBE2DA) is unknown color: approx Cruise. HEX triplet: BB, E2 and DA. RGB value is (187,226,218). Sum of RGB (Red+Green+Blue) = 187+226+218=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2DA is #441D25. Grayscale: #D5D5D5. Windows color (decimal): -4463910 or 14344891. OLE color: 14344891.

HSL color Cylindrical-coordinate representation of color #BBE2DA: hue angle of 167.69º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE2DA is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB187226218-
CMYK0.1700.040.11
HSL167.69º40.21%80.98%-
HSV(B)167.69º17.26%88.63%-
XYZ60.3470.0276.66-
YUV213.43130.58109.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.64%
GREEN value IS 226 (88.67% from 255) = 35.82%
BLUE value IS 218 (85.55% from 255) = 34.55%
R=29.64%
G=35.82%
B=34.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872262180.1700.040.11167.6940.2180.98
HexBBE2DA1104Ba82851
Octal27334233221041325050121
Binary1011101111100010110110101000101001011101010001010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE2DA; }

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

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

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

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

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

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

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

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