Html Css Color HEX #BBED85 Sulu

📋 copy color: '#BBED85'

red 187 ◦ green 237 ◦ blue 133

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

Shades of Sulu #BBED85

Tints of Sulu #BBED85

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.55%

 BLUE value IS 133 (52.34% from 255) = 23.88%

R = 33.57%
G = 42.55%
B = 23.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#BBED85 (or 0xBBED85) is known color: Sulu. HEX triplet: BB, ED and 85. RGB value is (187,237,133). Sum of RGB (Red+Green+Blue) = 187+237+133=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBED85 is #44127A. Grayscale: #D2D2D2. Windows color (decimal): -4461179 or 8777147. OLE color: 8777147.

HSL color Cylindrical-coordinate representation of color #BBED85: hue angle of 88.85º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBED85 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 237 133 -
CMYK 0.21 0 0.44 0.07
HSL 88.85º 0.74% 0.73% -
HSV(B) 88.85º 0.44% 0.93% -
XYZ 55.01 72.83 33.35 -
YUV 210.19 84.44 111.46 -
System Red Green Blue C M Y K H S L
Decimal 187 237 133 0.21 0 0.44 0.07 88.85 0.74 0.73
Hex BB ED 85 15 0 2C 7 59 4A 49
Octal 273 355 205 25 0 54 7 131 112 111
Binary 10111011 11101101 10000101 10101 0 101100 111 1011001 1001010 1001001

Color Harmonies of #BBED85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBED85

Black with #BBED85

Text Example


Text Example

White with #BBED85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBED85; }

 p { color: rgb(187,237,133); }

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

background-color css

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

 a { background-color: rgb(187,237,133); }

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

border-color css

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

 span { border-color: rgb(187,237,133); }

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