Html Css Color HEX #BBF085 Sulu

📋 copy color: '#BBF085'

red 187 ◦ green 240 ◦ blue 133

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

Shades of Sulu #BBF085

Tints of Sulu #BBF085

RGB

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

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

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

R = 33.39%
G = 42.86%
B = 23.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#BBF085 (or 0xBBF085) is known color: Sulu. HEX triplet: BB, F0 and 85. RGB value is (187,240,133). Sum of RGB (Red+Green+Blue) = 187+240+133=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF085 is #440F7A. Grayscale: #D4D4D4. Windows color (decimal): -4460411 or 8777915. OLE color: 8777915.

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

Color convert

RGB 187 240 133 -
CMYK 0.22 0 0.45 0.06
HSL 89.72º 0.78% 0.73% -
HSV(B) 89.72º 0.45% 0.94% -
XYZ 55.89 74.58 33.64 -
YUV 211.96 83.44 110.2 -
System Red Green Blue C M Y K H S L
Decimal 187 240 133 0.22 0 0.45 0.06 89.72 0.78 0.73
Hex BB F0 85 16 0 2D 6 5A 4E 49
Octal 273 360 205 26 0 55 6 132 116 111
Binary 10111011 11110000 10000101 10110 0 101101 110 1011010 1001110 1001001

Color Harmonies of #BBF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF085

Black with #BBF085

Text Example


Text Example

White with #BBF085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF085; }

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

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

background-color css

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

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

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

border-color css

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

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

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