Html Css Color HEX #BBE2D9 Cruise

📋 copy color: '#BBE2D9'

red 187 ◦ green 226 ◦ blue 217

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

Shades of Cruise #BBE2D9

Tints of Cruise #BBE2D9

RGB

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

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

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

R = 29.68%
G = 35.87%
B = 34.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#BBE2D9 (or 0xBBE2D9) is known color: Cruise. HEX triplet: BB, E2 and D9. RGB value is (187,226,217). Sum of RGB (Red+Green+Blue) = 187+226+217=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2D9 is #441D26. Grayscale: #D5D5D5. Windows color (decimal): -4463911 or 14279355. OLE color: 14279355.

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

Color convert

RGB 187 226 217 -
CMYK 0.17 0 0.04 0.11
HSL 166.15º 0.4% 0.81% -
HSV(B) 166.15º 0.17% 0.89% -
XYZ 60.21 69.97 75.98 -
YUV 213.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 187 226 217 0.17 0 0.04 0.11 166.15 0.4 0.81
Hex BB E2 D9 11 0 4 B A6 28 51
Octal 273 342 331 21 0 4 13 246 50 121
Binary 10111011 11100010 11011001 10001 0 100 1011 10100110 101000 1010001

Color Harmonies of #BBE2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE2D9

Black with #BBE2D9

Text Example


Text Example

White with #BBE2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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