Html Css Color HEX #BED883 Sulu

📋 copy color: '#BED883'

red 190 ◦ green 216 ◦ blue 131

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

Shades of Sulu #BED883

Tints of Sulu #BED883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.39%

R = 35.38%
G = 40.22%
B = 24.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#BED883 (or 0xBED883) is known color: Sulu. HEX triplet: BE, D8 and 83. RGB value is (190,216,131). Sum of RGB (Red+Green+Blue) = 190+216+131=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #BED883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED883 is #41277C. Grayscale: #C6C6C6. Windows color (decimal): -4269949 or 8640702. OLE color: 8640702.

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

Color convert

RGB 190 216 131 -
CMYK 0.12 0 0.39 0.15
HSL 78.35º 0.52% 0.68% -
HSV(B) 78.35º 0.39% 0.85% -
XYZ 49.89 61.7 30.75 -
YUV 198.54 89.89 121.91 -
System Red Green Blue C M Y K H S L
Decimal 190 216 131 0.12 0 0.39 0.15 78.35 0.52 0.68
Hex BE D8 83 C 0 27 F 4E 34 44
Octal 276 330 203 14 0 47 17 116 64 104
Binary 10111110 11011000 10000011 1100 0 100111 1111 1001110 110100 1000100

Color Harmonies of #BED883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED883

Black with #BED883

Text Example


Text Example

White with #BED883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED883; }

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

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

background-color css

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

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

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

border-color css

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

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

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