Html Css Color HEX #BBEF80 Sulu

📋 copy color: '#BBEF80'

red 187 ◦ green 239 ◦ blue 128

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

Shades of Sulu #BBEF80

Tints of Sulu #BBEF80

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.14%

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

R = 33.75%
G = 43.14%
B = 23.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#BBEF80 (or 0xBBEF80) is known color: Sulu. HEX triplet: BB, EF and 80. RGB value is (187,239,128). Sum of RGB (Red+Green+Blue) = 187+239+128=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEF80 is #44107F. Grayscale: #D3D3D3. Windows color (decimal): -4460672 or 8449979. OLE color: 8449979.

HSL color Cylindrical-coordinate representation of color #BBEF80: hue angle of 88.11º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBEF80 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 239 128 -
CMYK 0.22 0 0.46 0.06
HSL 88.11º 0.78% 0.72% -
HSV(B) 88.11º 0.46% 0.94% -
XYZ 55.26 73.86 31.77 -
YUV 210.8 81.27 111.03 -
System Red Green Blue C M Y K H S L
Decimal 187 239 128 0.22 0 0.46 0.06 88.11 0.78 0.72
Hex BB EF 80 16 0 2E 6 58 4E 48
Octal 273 357 200 26 0 56 6 130 116 110
Binary 10111011 11101111 10000000 10110 0 101110 110 1011000 1001110 1001000

Color Harmonies of #BBEF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEF80

Black with #BBEF80

Text Example


Text Example

White with #BBEF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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