Html Css Color HEX #BBDB85 Sulu

📋 copy color: '#BBDB85'

red 187 ◦ green 219 ◦ blue 133

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

Shades of Sulu #BBDB85

Tints of Sulu #BBDB85

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.63%

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

R = 34.69%
G = 40.63%
B = 24.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#BBDB85 (or 0xBBDB85) is known color: Sulu. HEX triplet: BB, DB and 85. RGB value is (187,219,133). Sum of RGB (Red+Green+Blue) = 187+219+133=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB85 is #44247A. Grayscale: #C7C7C7. Windows color (decimal): -4465787 or 8772539. OLE color: 8772539.

HSL color Cylindrical-coordinate representation of color #BBDB85: hue angle of 82.33º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBDB85 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 133 -
CMYK 0.15 0 0.39 0.14
HSL 82.33º 0.54% 0.69% -
HSV(B) 82.33º 0.39% 0.86% -
XYZ 50.06 62.92 31.7 -
YUV 199.63 90.4 118.99 -
System Red Green Blue C M Y K H S L
Decimal 187 219 133 0.15 0 0.39 0.14 82.33 0.54 0.69
Hex BB DB 85 F 0 27 E 52 36 45
Octal 273 333 205 17 0 47 16 122 66 105
Binary 10111011 11011011 10000101 1111 0 100111 1110 1010010 110110 1000101

Color Harmonies of #BBDB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB85

Black with #BBDB85

Text Example


Text Example

White with #BBDB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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