Html Css Color HEX #BBF985 Sulu

📋 copy color: '#BBF985'

red 187 ◦ green 249 ◦ blue 133

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

Shades of Sulu #BBF985

Tints of Sulu #BBF985

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.76%

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

R = 32.86%
G = 43.76%
B = 23.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#BBF985 (or 0xBBF985) is known color: Sulu. HEX triplet: BB, F9 and 85. RGB value is (187,249,133). Sum of RGB (Red+Green+Blue) = 187+249+133=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF985 is #44067A. Grayscale: #D9D9D9. Windows color (decimal): -4458107 or 8780219. OLE color: 8780219.

HSL color Cylindrical-coordinate representation of color #BBF985: hue angle of 92.07º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBF985 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 133 -
CMYK 0.25 0 0.47 0.02
HSL 92.07º 0.91% 0.75% -
HSV(B) 92.07º 0.47% 0.98% -
XYZ 58.6 80.01 34.55 -
YUV 217.24 80.46 106.43 -
System Red Green Blue C M Y K H S L
Decimal 187 249 133 0.25 0 0.47 0.02 92.07 0.91 0.75
Hex BB F9 85 19 0 2F 2 5C 5B 4B
Octal 273 371 205 31 0 57 2 134 133 113
Binary 10111011 11111001 10000101 11001 0 101111 10 1011100 1011011 1001011

Color Harmonies of #BBF985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF985

Black with #BBF985

Text Example


Text Example

White with #BBF985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF985; }

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

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

background-color css

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

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

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

border-color css

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

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

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