Html Css Color HEX #BBEA8C Sulu

📋 copy color: '#BBEA8C'

red 187 ◦ green 234 ◦ blue 140

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

Shades of Sulu #BBEA8C

Tints of Sulu #BBEA8C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.71%

 BLUE value IS 140 (55.08% from 255) = 24.96%

R = 33.33%
G = 41.71%
B = 24.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#BBEA8C (or 0xBBEA8C) is known color: Sulu. HEX triplet: BB, EA and 8C. RGB value is (187,234,140). Sum of RGB (Red+Green+Blue) = 187+234+140=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEA8C is #441573. Grayscale: #D1D1D1. Windows color (decimal): -4461940 or 9235131. OLE color: 9235131.

HSL color Cylindrical-coordinate representation of color #BBEA8C: hue angle of 90º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBEA8C is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 140 -
CMYK 0.20 0 0.40 0.08
HSL 90º 0.69% 0.73% -
HSV(B) 90º 0.4% 0.92% -
XYZ 54.65 71.3 35.69 -
YUV 209.23 88.93 112.14 -
System Red Green Blue C M Y K H S L
Decimal 187 234 140 0.20 0 0.40 0.08 90 0.69 0.73
Hex BB EA 8C 14 0 28 8 5A 45 49
Octal 273 352 214 24 0 50 10 132 105 111
Binary 10111011 11101010 10001100 10100 0 101000 1000 1011010 1000101 1001001

Color Harmonies of #BBEA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEA8C

Black with #BBEA8C

Text Example


Text Example

White with #BBEA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEA8C; }

 p { color: rgb(187,234,140); }

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

background-color css

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

 a { background-color: rgb(187,234,140); }

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

border-color css

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

 span { border-color: rgb(187,234,140); }

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