Html Css Color HEX #BBF882 Sulu

📋 copy color: '#BBF882'

red 187 ◦ green 248 ◦ blue 130

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

Shades of Sulu #BBF882

Tints of Sulu #BBF882

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.89%

 BLUE value IS 130 (51.17% from 255) = 23.01%

R = 33.1%
G = 43.89%
B = 23.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#BBF882 (or 0xBBF882) is known color: Sulu. HEX triplet: BB, F8 and 82. RGB value is (187,248,130). Sum of RGB (Red+Green+Blue) = 187+248+130=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF882 is #44077D. Grayscale: #D8D8D8. Windows color (decimal): -4458366 or 8583355. OLE color: 8583355.

HSL color Cylindrical-coordinate representation of color #BBF882: hue angle of 91.02º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBF882 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 248 130 -
CMYK 0.25 0 0.48 0.03
HSL 91.02º 0.89% 0.74% -
HSV(B) 91.02º 0.48% 0.97% -
XYZ 58.09 79.31 33.37 -
YUV 216.31 79.29 107.09 -
System Red Green Blue C M Y K H S L
Decimal 187 248 130 0.25 0 0.48 0.03 91.02 0.89 0.74
Hex BB F8 82 19 0 30 3 5B 59 4A
Octal 273 370 202 31 0 60 3 133 131 112
Binary 10111011 11111000 10000010 11001 0 110000 11 1011011 1011001 1001010

Color Harmonies of #BBF882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF882

Black with #BBF882

Text Example


Text Example

White with #BBF882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF882; }

 p { color: rgb(187,248,130); }

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

background-color css

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

 a { background-color: rgb(187,248,130); }

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

border-color css

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

 span { border-color: rgb(187,248,130); }

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