Html Css Color HEX #BED788 Sulu

📋 copy color: '#BED788'

red 190 ◦ green 215 ◦ blue 136

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

Shades of Sulu #BED788

Tints of Sulu #BED788

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.74%

 BLUE value IS 136 (53.52% from 255) = 25.14%

R = 35.12%
G = 39.74%
B = 25.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#BED788 (or 0xBED788) is known color: Sulu. HEX triplet: BE, D7 and 88. RGB value is (190,215,136). Sum of RGB (Red+Green+Blue) = 190+215+136=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #BED788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED788 is #412877. Grayscale: #C6C6C6. Windows color (decimal): -4270200 or 8968126. OLE color: 8968126.

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

Color convert

RGB 190 215 136 -
CMYK 0.12 0 0.37 0.16
HSL 78.99º 0.5% 0.69% -
HSV(B) 78.99º 0.37% 0.84% -
XYZ 49.98 61.33 32.5 -
YUV 198.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 190 215 136 0.12 0 0.37 0.16 78.99 0.5 0.69
Hex BE D7 88 C 0 25 10 4F 32 45
Octal 276 327 210 14 0 45 20 117 62 105
Binary 10111110 11010111 10001000 1100 0 100101 10000 1001111 110010 1000101

Color Harmonies of #BED788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED788

Black with #BED788

Text Example


Text Example

White with #BED788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED788; }

 p { color: rgb(190,215,136); }

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

background-color css

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

 a { background-color: rgb(190,215,136); }

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

border-color css

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

 span { border-color: rgb(190,215,136); }

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