Html Css Color HEX #BBDF80 Sulu

📋 copy color: '#BBDF80'

red 187 ◦ green 223 ◦ blue 128

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

Shades of Sulu #BBDF80

Tints of Sulu #BBDF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.45%

 BLUE value IS 128 (50.39% from 255) = 23.79%

R = 34.76%
G = 41.45%
B = 23.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#BBDF80 (or 0xBBDF80) is known color: Sulu. HEX triplet: BB, DF and 80. RGB value is (187,223,128). Sum of RGB (Red+Green+Blue) = 187+223+128=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF80 is #44207F. Grayscale: #C9C9C9. Windows color (decimal): -4464768 or 8445883. OLE color: 8445883.

HSL color Cylindrical-coordinate representation of color #BBDF80: hue angle of 82.74º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBDF80 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 128 -
CMYK 0.16 0 0.43 0.13
HSL 82.74º 0.6% 0.69% -
HSV(B) 82.74º 0.43% 0.87% -
XYZ 50.78 64.9 30.27 -
YUV 201.41 86.57 117.72 -
System Red Green Blue C M Y K H S L
Decimal 187 223 128 0.16 0 0.43 0.13 82.74 0.6 0.69
Hex BB DF 80 10 0 2B D 53 3C 45
Octal 273 337 200 20 0 53 15 123 74 105
Binary 10111011 11011111 10000000 10000 0 101011 1101 1010011 111100 1000101

Color Harmonies of #BBDF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF80

Black with #BBDF80

Text Example


Text Example

White with #BBDF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF80; }

 p { color: rgb(187,223,128); }

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

background-color css

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

 a { background-color: rgb(187,223,128); }

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

border-color css

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

 span { border-color: rgb(187,223,128); }

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