Html Css Color HEX #BBF08C Sulu

📋 copy color: '#BBF08C'

red 187 ◦ green 240 ◦ blue 140

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

Shades of Sulu #BBF08C

Tints of Sulu #BBF08C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.33%

 BLUE value IS 140 (55.08% from 255) = 24.69%

R = 32.98%
G = 42.33%
B = 24.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#BBF08C (or 0xBBF08C) is known color: Sulu. HEX triplet: BB, F0 and 8C. RGB value is (187,240,140). Sum of RGB (Red+Green+Blue) = 187+240+140=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF08C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF08C is #440F73. Grayscale: #D5D5D5. Windows color (decimal): -4460404 or 9236667. OLE color: 9236667.

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

Color convert

RGB 187 240 140 -
CMYK 0.22 0 0.42 0.06
HSL 91.8º 0.77% 0.75% -
HSV(B) 91.8º 0.42% 0.94% -
XYZ 56.39 74.78 36.27 -
YUV 212.75 86.94 109.63 -
System Red Green Blue C M Y K H S L
Decimal 187 240 140 0.22 0 0.42 0.06 91.8 0.77 0.75
Hex BB F0 8C 16 0 2A 6 5C 4D 4B
Octal 273 360 214 26 0 52 6 134 115 113
Binary 10111011 11110000 10001100 10110 0 101010 110 1011100 1001101 1001011

Color Harmonies of #BBF08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF08C

Black with #BBF08C

Text Example


Text Example

White with #BBF08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF08C; }

 p { color: rgb(187,240,140); }

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

background-color css

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

 a { background-color: rgb(187,240,140); }

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

border-color css

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

 span { border-color: rgb(187,240,140); }

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