Html Css Color HEX #BBEA8D Sulu

📋 copy color: '#BBEA8D'

red 187 ◦ green 234 ◦ blue 141

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

Shades of Sulu #BBEA8D

Tints of Sulu #BBEA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.09%

R = 33.27%
G = 41.64%
B = 25.09%

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

#BBEA8D (or 0xBBEA8D) is known color: Sulu. HEX triplet: BB, EA and 8D. RGB value is (187,234,141). Sum of RGB (Red+Green+Blue) = 187+234+141=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEA8D is #441572. Grayscale: #D1D1D1. Windows color (decimal): -4461939 or 9300667. OLE color: 9300667.

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

Color convert

RGB 187 234 141 -
CMYK 0.20 0 0.40 0.08
HSL 90.32º 0.69% 0.74% -
HSV(B) 90.32º 0.4% 0.92% -
XYZ 54.72 71.33 36.08 -
YUV 209.35 89.43 112.06 -
System Red Green Blue C M Y K H S L
Decimal 187 234 141 0.20 0 0.40 0.08 90.32 0.69 0.74
Hex BB EA 8D 14 0 28 8 5A 45 4A
Octal 273 352 215 24 0 50 10 132 105 112
Binary 10111011 11101010 10001101 10100 0 101000 1000 1011010 1000101 1001010

Color Harmonies of #BBEA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEA8D

Black with #BBEA8D

Text Example


Text Example

White with #BBEA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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