Html Css Color HEX #BCDB89 Sulu

📋 copy color: '#BCDB89'

red 188 ◦ green 219 ◦ blue 137

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

Shades of Sulu #BCDB89

Tints of Sulu #BCDB89

RGB

 RED value IS 188 (73.83% from 255) = 34.56%

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

 BLUE value IS 137 (53.91% from 255) = 25.18%

R = 34.56%
G = 40.26%
B = 25.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#BCDB89 (or 0xBCDB89) is known color: Sulu. HEX triplet: BC, DB and 89. RGB value is (188,219,137). Sum of RGB (Red+Green+Blue) = 188+219+137=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB89 is #432476. Grayscale: #C8C8C8. Windows color (decimal): -4400247 or 9034684. OLE color: 9034684.

HSL color Cylindrical-coordinate representation of color #BCDB89: hue angle of 82.68º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCDB89 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 137 -
CMYK 0.14 0 0.37 0.14
HSL 82.68º 0.53% 0.7% -
HSV(B) 82.68º 0.37% 0.86% -
XYZ 50.59 63.16 33.19 -
YUV 200.38 92.23 119.17 -
System Red Green Blue C M Y K H S L
Decimal 188 219 137 0.14 0 0.37 0.14 82.68 0.53 0.7
Hex BC DB 89 E 0 25 E 53 35 46
Octal 274 333 211 16 0 45 16 123 65 106
Binary 10111100 11011011 10001001 1110 0 100101 1110 1010011 110101 1000110

Color Harmonies of #BCDB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB89

Black with #BCDB89

Text Example


Text Example

White with #BCDB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB89; }

 p { color: rgb(188,219,137); }

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

background-color css

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

 a { background-color: rgb(188,219,137); }

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

border-color css

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

 span { border-color: rgb(188,219,137); }

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