Html Css Color HEX #BED27D Deco

📋 copy color: '#BED27D'

red 190 ◦ green 210 ◦ blue 125

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

Shades of Deco #BED27D

Tints of Deco #BED27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.81%

R = 36.19%
G = 40%
B = 23.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#BED27D (or 0xBED27D) is known color: Deco. HEX triplet: BE, D2 and 7D. RGB value is (190,210,125). Sum of RGB (Red+Green+Blue) = 190+210+125=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #BED27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED27D is #412D82. Grayscale: #C2C2C2. Windows color (decimal): -4271491 or 8245950. OLE color: 8245950.

HSL color Cylindrical-coordinate representation of color #BED27D: hue angle of 74.12º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BED27D is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 125 -
CMYK 0.10 0 0.40 0.18
HSL 74.12º 0.49% 0.66% -
HSV(B) 74.12º 0.4% 0.82% -
XYZ 47.98 58.52 28.17 -
YUV 194.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 190 210 125 0.10 0 0.40 0.18 74.12 0.49 0.66
Hex BE D2 7D A 0 28 12 4A 31 42
Octal 276 322 175 12 0 50 22 112 61 102
Binary 10111110 11010010 1111101 1010 0 101000 10010 1001010 110001 1000010

Color Harmonies of #BED27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED27D

Black with #BED27D

Text Example


Text Example

White with #BED27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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