Html Css Color HEX #BBE2DB Cruise

📋 copy color: '#BBE2DB'

red 187 ◦ green 226 ◦ blue 219

#BBE2DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cruise #BBE2DB

Tints of Cruise #BBE2DB

RGB

 RED value IS 187 (73.44% from 255) = 29.59%

 GREEN value IS 226 (88.67% from 255) = 35.76%

 BLUE value IS 219 (85.94% from 255) = 34.65%

R = 29.59%
G = 35.76%
B = 34.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#BBE2DB (or 0xBBE2DB) is known color: Cruise. HEX triplet: BB, E2 and DB. RGB value is (187,226,219). Sum of RGB (Red+Green+Blue) = 187+226+219=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2DB is #441D24. Grayscale: #D5D5D5. Windows color (decimal): -4463909 or 14410427. OLE color: 14410427.

HSL color Cylindrical-coordinate representation of color #BBE2DB: hue angle of 169.23º 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 #BBE2DB is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 226 219 -
CMYK 0.17 0 0.03 0.11
HSL 169.23º 0.4% 0.81% -
HSV(B) 169.23º 0.17% 0.89% -
XYZ 60.48 70.07 77.36 -
YUV 213.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 187 226 219 0.17 0 0.03 0.11 169.23 0.4 0.81
Hex BB E2 DB 11 0 3 B A9 28 51
Octal 273 342 333 21 0 3 13 251 50 121
Binary 10111011 11100010 11011011 10001 0 11 1011 10101001 101000 1010001

Color Harmonies of #BBE2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE2DB

Black with #BBE2DB

Text Example


Text Example

White with #BBE2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE2DB; }

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

 H1.HeaderClassName
 {
   color: #BBE2DB;
 }
 .AnyTagClassName
 {
   color: #BBE2DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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