Html Css Color HEX #BDD887 Sulu

📋 copy color: '#BDD887'

red 189 ◦ green 216 ◦ blue 135

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

Shades of Sulu #BDD887

Tints of Sulu #BDD887

RGB

 RED value IS 189 (74.22% from 255) = 35%

 GREEN value IS 216 (84.77% from 255) = 40%

 BLUE value IS 135 (53.13% from 255) = 25%

R = 35%
G = 40%
B = 25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#BDD887 (or 0xBDD887) is known color: Sulu. HEX triplet: BD, D8 and 87. RGB value is (189,216,135). Sum of RGB (Red+Green+Blue) = 189+216+135=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD887 is #422778. Grayscale: #C6C6C6. Windows color (decimal): -4335481 or 8902845. OLE color: 8902845.

HSL color Cylindrical-coordinate representation of color #BDD887: hue angle of 80º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDD887 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 135 -
CMYK 0.12 0 0.38 0.15
HSL 80º 0.51% 0.69% -
HSV(B) 80º 0.38% 0.85% -
XYZ 49.92 61.68 32.2 -
YUV 198.69 92.05 121.09 -
System Red Green Blue C M Y K H S L
Decimal 189 216 135 0.12 0 0.38 0.15 80 0.51 0.69
Hex BD D8 87 C 0 26 F 50 33 45
Octal 275 330 207 14 0 46 17 120 63 105
Binary 10111101 11011000 10000111 1100 0 100110 1111 1010000 110011 1000101

Color Harmonies of #BDD887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD887

Black with #BDD887

Text Example


Text Example

White with #BDD887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD887; }

 p { color: rgb(189,216,135); }

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

background-color css

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

 a { background-color: rgb(189,216,135); }

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

border-color css

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

 span { border-color: rgb(189,216,135); }

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