Html Css Color HEX #BDE883 Sulu

📋 copy color: '#BDE883'

red 189 ◦ green 232 ◦ blue 131

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

Shades of Sulu #BDE883

Tints of Sulu #BDE883

RGB

 RED value IS 189 (74.22% from 255) = 34.24%

 GREEN value IS 232 (91.02% from 255) = 42.03%

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

R = 34.24%
G = 42.03%
B = 23.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#BDE883 (or 0xBDE883) is known color: Sulu. HEX triplet: BD, E8 and 83. RGB value is (189,232,131). Sum of RGB (Red+Green+Blue) = 189+232+131=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE883 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE883 is #42177C. Grayscale: #CFCFCF. Windows color (decimal): -4331389 or 8644797. OLE color: 8644797.

HSL color Cylindrical-coordinate representation of color #BDE883: hue angle of 85.54º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDE883 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 131 -
CMYK 0.19 0 0.44 0.09
HSL 85.54º 0.69% 0.71% -
HSV(B) 85.54º 0.44% 0.91% -
XYZ 53.94 70.17 32.17 -
YUV 207.63 84.75 114.71 -
System Red Green Blue C M Y K H S L
Decimal 189 232 131 0.19 0 0.44 0.09 85.54 0.69 0.71
Hex BD E8 83 13 0 2C 9 56 45 47
Octal 275 350 203 23 0 54 11 126 105 107
Binary 10111101 11101000 10000011 10011 0 101100 1001 1010110 1000101 1000111

Color Harmonies of #BDE883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE883

Black with #BDE883

Text Example


Text Example

White with #BDE883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE883; }

 p { color: rgb(189,232,131); }

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

background-color css

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

 a { background-color: rgb(189,232,131); }

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

border-color css

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

 span { border-color: rgb(189,232,131); }

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