Html Css Color HEX #BED689 Sulu

📋 copy color: '#BED689'

red 190 ◦ green 214 ◦ blue 137

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

Shades of Sulu #BED689

Tints of Sulu #BED689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.32%

R = 35.12%
G = 39.56%
B = 25.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#BED689 (or 0xBED689) is known color: Sulu. HEX triplet: BE, D6 and 89. RGB value is (190,214,137). Sum of RGB (Red+Green+Blue) = 190+214+137=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #BED689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED689 is #412976. Grayscale: #C6C6C6. Windows color (decimal): -4270455 or 9033406. OLE color: 9033406.

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

Color convert

RGB 190 214 137 -
CMYK 0.11 0 0.36 0.16
HSL 78.7º 0.48% 0.69% -
HSV(B) 78.7º 0.36% 0.84% -
XYZ 49.8 60.85 32.79 -
YUV 198.05 93.55 122.26 -
System Red Green Blue C M Y K H S L
Decimal 190 214 137 0.11 0 0.36 0.16 78.7 0.48 0.69
Hex BE D6 89 B 0 24 10 4F 30 45
Octal 276 326 211 13 0 44 20 117 60 105
Binary 10111110 11010110 10001001 1011 0 100100 10000 1001111 110000 1000101

Color Harmonies of #BED689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED689

Black with #BED689

Text Example


Text Example

White with #BED689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED689; }

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

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

background-color css

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

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

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

border-color css

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

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

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