Html Css Color HEX #BED269 Wild Willow

📋 copy color: '#BED269'

red 190 ◦ green 210 ◦ blue 105

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

Shades of Wild Willow #BED269

Tints of Wild Willow #BED269

RGB

 RED value IS 190 (74.61% from 255) = 37.62%

 GREEN value IS 210 (82.42% from 255) = 41.58%

 BLUE value IS 105 (41.41% from 255) = 20.79%

R = 37.62%
G = 41.58%
B = 20.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#BED269 (or 0xBED269) is known color: Wild Willow. HEX triplet: BE, D2 and 69. RGB value is (190,210,105). Sum of RGB (Red+Green+Blue) = 190+210+105=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #BED269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED269 is #412D96. Grayscale: #C0C0C0. Windows color (decimal): -4271511 or 6935230. OLE color: 6935230.

HSL color Cylindrical-coordinate representation of color #BED269: hue angle of 71.43º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BED269 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 105 -
CMYK 0.10 0 0.50 0.18
HSL 71.43º 0.54% 0.62% -
HSV(B) 71.43º 0.5% 0.82% -
XYZ 46.83 58.06 22.1 -
YUV 192.05 78.87 126.54 -
System Red Green Blue C M Y K H S L
Decimal 190 210 105 0.10 0 0.50 0.18 71.43 0.54 0.62
Hex BE D2 69 A 0 32 12 47 36 3E
Octal 276 322 151 12 0 62 22 107 66 76
Binary 10111110 11010010 1101001 1010 0 110010 10010 1000111 110110 111110

Color Harmonies of #BED269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED269

Black with #BED269

Text Example


Text Example

White with #BED269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED269; }

 p { color: rgb(190,210,105); }

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

background-color css

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

 a { background-color: rgb(190,210,105); }

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

border-color css

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

 span { border-color: rgb(190,210,105); }

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