Html Css Color HEX #BBDB86 Sulu

📋 copy color: '#BBDB86'

red 187 ◦ green 219 ◦ blue 134

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

Shades of Sulu #BBDB86

Tints of Sulu #BBDB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.81%

R = 34.63%
G = 40.56%
B = 24.81%

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

#BBDB86 (or 0xBBDB86) is known color: Sulu. HEX triplet: BB, DB and 86. RGB value is (187,219,134). Sum of RGB (Red+Green+Blue) = 187+219+134=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB86 is #442479. Grayscale: #C8C8C8. Windows color (decimal): -4465786 or 8838075. OLE color: 8838075.

HSL color Cylindrical-coordinate representation of color #BBDB86: hue angle of 82.59º 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 #BBDB86 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 134 -
CMYK 0.15 0 0.39 0.14
HSL 82.59º 0.54% 0.69% -
HSV(B) 82.59º 0.39% 0.86% -
XYZ 50.13 62.95 32.06 -
YUV 199.74 90.9 118.91 -
System Red Green Blue C M Y K H S L
Decimal 187 219 134 0.15 0 0.39 0.14 82.59 0.54 0.69
Hex BB DB 86 F 0 27 E 53 36 45
Octal 273 333 206 17 0 47 16 123 66 105
Binary 10111011 11011011 10000110 1111 0 100111 1110 1010011 110110 1000101

Color Harmonies of #BBDB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB86

Black with #BBDB86

Text Example


Text Example

White with #BBDB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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