Html Css Color HEX #BDCE9E Sprout

📋 copy color: '#BDCE9E'

red 189 ◦ green 206 ◦ blue 158

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

Shades of Sprout #BDCE9E

Tints of Sprout #BDCE9E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.25%

 BLUE value IS 158 (62.11% from 255) = 28.57%

R = 34.18%
G = 37.25%
B = 28.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#BDCE9E (or 0xBDCE9E) is known color: Sprout. HEX triplet: BD, CE and 9E. RGB value is (189,206,158). Sum of RGB (Red+Green+Blue) = 189+206+158=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE9E is #423161. Grayscale: #C3C3C3. Windows color (decimal): -4338018 or 10407613. OLE color: 10407613.

HSL color Cylindrical-coordinate representation of color #BDCE9E: hue angle of 81.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDCE9E is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 158 -
CMYK 0.08 0 0.23 0.19
HSL 81.25º 0.33% 0.71% -
HSV(B) 81.25º 0.23% 0.81% -
XYZ 49.23 57.43 40.84 -
YUV 195.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 189 206 158 0.08 0 0.23 0.19 81.25 0.33 0.71
Hex BD CE 9E 8 0 17 13 51 21 47
Octal 275 316 236 10 0 27 23 121 41 107
Binary 10111101 11001110 10011110 1000 0 10111 10011 1010001 100001 1000111

Color Harmonies of #BDCE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE9E

Black with #BDCE9E

Text Example


Text Example

White with #BDCE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE9E; }

 p { color: rgb(189,206,158); }

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

background-color css

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

 a { background-color: rgb(189,206,158); }

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

border-color css

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

 span { border-color: rgb(189,206,158); }

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