Html Css Color HEX #BDCF8D Sprout

📋 copy color: '#BDCF8D'

red 189 ◦ green 207 ◦ blue 141

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

Shades of Sprout #BDCF8D

Tints of Sprout #BDCF8D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.55%

 BLUE value IS 141 (55.47% from 255) = 26.26%

R = 35.2%
G = 38.55%
B = 26.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#BDCF8D (or 0xBDCF8D) is known color: Sprout. HEX triplet: BD, CF and 8D. RGB value is (189,207,141). Sum of RGB (Red+Green+Blue) = 189+207+141=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCF8D is #423072. Grayscale: #C2C2C2. Windows color (decimal): -4337779 or 9293757. OLE color: 9293757.

HSL color Cylindrical-coordinate representation of color #BDCF8D: hue angle of 76.36º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDCF8D is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 141 -
CMYK 0.09 0 0.32 0.19
HSL 76.36º 0.41% 0.68% -
HSV(B) 76.36º 0.32% 0.81% -
XYZ 48.11 57.37 33.74 -
YUV 194.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 189 207 141 0.09 0 0.32 0.19 76.36 0.41 0.68
Hex BD CF 8D 9 0 20 13 4C 29 44
Octal 275 317 215 11 0 40 23 114 51 104
Binary 10111101 11001111 10001101 1001 0 100000 10011 1001100 101001 1000100

Color Harmonies of #BDCF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF8D

Black with #BDCF8D

Text Example


Text Example

White with #BDCF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF8D; }

 p { color: rgb(189,207,141); }

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

background-color css

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

 a { background-color: rgb(189,207,141); }

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

border-color css

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

 span { border-color: rgb(189,207,141); }

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