Html Css Color HEX #BEED8C Sulu

📋 copy color: '#BEED8C'

red 190 ◦ green 237 ◦ blue 140

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

Shades of Sulu #BEED8C

Tints of Sulu #BEED8C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.8%

 BLUE value IS 140 (55.08% from 255) = 24.69%

R = 33.51%
G = 41.8%
B = 24.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#BEED8C (or 0xBEED8C) is known color: Sulu. HEX triplet: BE, ED and 8C. RGB value is (190,237,140). Sum of RGB (Red+Green+Blue) = 190+237+140=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEED8C is #411273. Grayscale: #D4D4D4. Windows color (decimal): -4264564 or 9235902. OLE color: 9235902.

HSL color Cylindrical-coordinate representation of color #BEED8C: hue angle of 89.07º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEED8C is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 237 140 -
CMYK 0.20 0 0.41 0.07
HSL 89.07º 0.73% 0.74% -
HSV(B) 89.07º 0.41% 0.93% -
XYZ 56.25 73.41 36.02 -
YUV 211.89 87.43 112.39 -
System Red Green Blue C M Y K H S L
Decimal 190 237 140 0.20 0 0.41 0.07 89.07 0.73 0.74
Hex BE ED 8C 14 0 29 7 59 49 4A
Octal 276 355 214 24 0 51 7 131 111 112
Binary 10111110 11101101 10001100 10100 0 101001 111 1011001 1001001 1001010

Color Harmonies of #BEED8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEED8C

Black with #BEED8C

Text Example


Text Example

White with #BEED8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEED8C; }

 p { color: rgb(190,237,140); }

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

background-color css

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

 a { background-color: rgb(190,237,140); }

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

border-color css

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

 span { border-color: rgb(190,237,140); }

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