Html Css Color HEX #BED886 Sulu

📋 copy color: '#BED886'

red 190 ◦ green 216 ◦ blue 134

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

Shades of Sulu #BED886

Tints of Sulu #BED886

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40%

 BLUE value IS 134 (52.73% from 255) = 24.81%

R = 35.19%
G = 40%
B = 24.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#BED886 (or 0xBED886) is known color: Sulu. HEX triplet: BE, D8 and 86. RGB value is (190,216,134). Sum of RGB (Red+Green+Blue) = 190+216+134=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #BED886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED886 is #412779. Grayscale: #C7C7C7. Windows color (decimal): -4269946 or 8837310. OLE color: 8837310.

HSL color Cylindrical-coordinate representation of color #BED886: hue angle of 79.02º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BED886 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 216 134 -
CMYK 0.12 0 0.38 0.15
HSL 79.02º 0.51% 0.69% -
HSV(B) 79.02º 0.38% 0.85% -
XYZ 50.09 61.78 31.84 -
YUV 198.88 91.39 121.67 -
System Red Green Blue C M Y K H S L
Decimal 190 216 134 0.12 0 0.38 0.15 79.02 0.51 0.69
Hex BE D8 86 C 0 26 F 4F 33 45
Octal 276 330 206 14 0 46 17 117 63 105
Binary 10111110 11011000 10000110 1100 0 100110 1111 1001111 110011 1000101

Color Harmonies of #BED886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED886

Black with #BED886

Text Example


Text Example

White with #BED886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED886; }

 p { color: rgb(190,216,134); }

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

background-color css

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

 a { background-color: rgb(190,216,134); }

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

border-color css

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

 span { border-color: rgb(190,216,134); }

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