Html Css Color HEX #BBE0D9 Cruise

📋 copy color: '#BBE0D9'

red 187 ◦ green 224 ◦ blue 217

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

Shades of Cruise #BBE0D9

Tints of Cruise #BBE0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.55%

R = 29.78%
G = 35.67%
B = 34.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#BBE0D9 (or 0xBBE0D9) is known color: Cruise. HEX triplet: BB, E0 and D9. RGB value is (187,224,217). Sum of RGB (Red+Green+Blue) = 187+224+217=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0D9 is #441F26. Grayscale: #D4D4D4. Windows color (decimal): -4464423 or 14278843. OLE color: 14278843.

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

Color convert

RGB 187 224 217 -
CMYK 0.17 0 0.03 0.12
HSL 168.65º 0.37% 0.81% -
HSV(B) 168.65º 0.17% 0.88% -
XYZ 59.67 68.89 75.8 -
YUV 212.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 187 224 217 0.17 0 0.03 0.12 168.65 0.37 0.81
Hex BB E0 D9 11 0 3 C A9 25 51
Octal 273 340 331 21 0 3 14 251 45 121
Binary 10111011 11100000 11011001 10001 0 11 1100 10101001 100101 1010001

Color Harmonies of #BBE0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE0D9

Black with #BBE0D9

Text Example


Text Example

White with #BBE0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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