Html Css Color HEX #BDCE9B Sprout

📋 copy color: '#BDCE9B'

red 189 ◦ green 206 ◦ blue 155

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

Shades of Sprout #BDCE9B

Tints of Sprout #BDCE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.18%

R = 34.36%
G = 37.45%
B = 28.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#BDCE9B (or 0xBDCE9B) is known color: Sprout. HEX triplet: BD, CE and 9B. RGB value is (189,206,155). Sum of RGB (Red+Green+Blue) = 189+206+155=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE9B is #423164. Grayscale: #C3C3C3. Windows color (decimal): -4338021 or 10211005. OLE color: 10211005.

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

Color convert

RGB 189 206 155 -
CMYK 0.08 0 0.25 0.19
HSL 80º 0.34% 0.71% -
HSV(B) 80º 0.25% 0.81% -
XYZ 48.97 57.33 39.49 -
YUV 195.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 189 206 155 0.08 0 0.25 0.19 80 0.34 0.71
Hex BD CE 9B 8 0 19 13 50 22 47
Octal 275 316 233 10 0 31 23 120 42 107
Binary 10111101 11001110 10011011 1000 0 11001 10011 1010000 100010 1000111

Color Harmonies of #BDCE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE9B

Black with #BDCE9B

Text Example


Text Example

White with #BDCE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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