Html Css Color HEX #BBE0DB Cruise

📋 copy color: '#BBE0DB'

red 187 ◦ green 224 ◦ blue 219

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

Shades of Cruise #BBE0DB

Tints of Cruise #BBE0DB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.56%

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

R = 29.68%
G = 35.56%
B = 34.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#BBE0DB (or 0xBBE0DB) is known color: Cruise. HEX triplet: BB, E0 and DB. RGB value is (187,224,219). Sum of RGB (Red+Green+Blue) = 187+224+219=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0DB is #441F24. Grayscale: #D4D4D4. Windows color (decimal): -4464421 or 14409915. OLE color: 14409915.

HSL color Cylindrical-coordinate representation of color #BBE0DB: hue angle of 171.89º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE0DB is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 224 219 -
CMYK 0.17 0 0.02 0.12
HSL 171.89º 0.37% 0.81% -
HSV(B) 171.89º 0.17% 0.88% -
XYZ 59.94 68.99 77.18 -
YUV 212.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 187 224 219 0.17 0 0.02 0.12 171.89 0.37 0.81
Hex BB E0 DB 11 0 2 C AC 25 51
Octal 273 340 333 21 0 2 14 254 45 121
Binary 10111011 11100000 11011011 10001 0 10 1100 10101100 100101 1010001

Color Harmonies of #BBE0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE0DB

Black with #BBE0DB

Text Example


Text Example

White with #BBE0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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