Html Css Color HEX #BED684 Sulu

📋 copy color: '#BED684'

red 190 ◦ green 214 ◦ blue 132

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

Shades of Sulu #BED684

Tints of Sulu #BED684

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.93%

 BLUE value IS 132 (51.95% from 255) = 24.63%

R = 35.45%
G = 39.93%
B = 24.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#BED684 (or 0xBED684) is known color: Sulu. HEX triplet: BE, D6 and 84. RGB value is (190,214,132). Sum of RGB (Red+Green+Blue) = 190+214+132=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #BED684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED684 is #41297B. Grayscale: #C5C5C5. Windows color (decimal): -4270460 or 8705726. OLE color: 8705726.

HSL color Cylindrical-coordinate representation of color #BED684: hue angle of 77.56º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BED684 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 132 -
CMYK 0.11 0 0.38 0.16
HSL 77.56º 0.5% 0.68% -
HSV(B) 77.56º 0.38% 0.84% -
XYZ 49.45 60.71 30.94 -
YUV 197.48 91.05 122.67 -
System Red Green Blue C M Y K H S L
Decimal 190 214 132 0.11 0 0.38 0.16 77.56 0.5 0.68
Hex BE D6 84 B 0 26 10 4E 32 44
Octal 276 326 204 13 0 46 20 116 62 104
Binary 10111110 11010110 10000100 1011 0 100110 10000 1001110 110010 1000100

Color Harmonies of #BED684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED684

Black with #BED684

Text Example


Text Example

White with #BED684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED684; }

 p { color: rgb(190,214,132); }

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

background-color css

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

 a { background-color: rgb(190,214,132); }

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

border-color css

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

 span { border-color: rgb(190,214,132); }

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