Html Css Color HEX #BDD884 Sulu

📋 copy color: '#BDD884'

red 189 ◦ green 216 ◦ blue 132

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

Shades of Sulu #BDD884

Tints of Sulu #BDD884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.58%

R = 35.2%
G = 40.22%
B = 24.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#BDD884 (or 0xBDD884) is known color: Sulu. HEX triplet: BD, D8 and 84. RGB value is (189,216,132). Sum of RGB (Red+Green+Blue) = 189+216+132=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD884 is #42277B. Grayscale: #C6C6C6. Windows color (decimal): -4335484 or 8706237. OLE color: 8706237.

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

Color convert

RGB 189 216 132 -
CMYK 0.12 0 0.39 0.15
HSL 79.29º 0.52% 0.68% -
HSV(B) 79.29º 0.39% 0.85% -
XYZ 49.71 61.6 31.1 -
YUV 198.35 90.55 121.33 -
System Red Green Blue C M Y K H S L
Decimal 189 216 132 0.12 0 0.39 0.15 79.29 0.52 0.68
Hex BD D8 84 C 0 27 F 4F 34 44
Octal 275 330 204 14 0 47 17 117 64 104
Binary 10111101 11011000 10000100 1100 0 100111 1111 1001111 110100 1000100

Color Harmonies of #BDD884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD884

Black with #BDD884

Text Example


Text Example

White with #BDD884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD884; }

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

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

background-color css

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

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

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

border-color css

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

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

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