Html Css Color HEX #BDE383 Sulu

📋 copy color: '#BDE383'

red 189 ◦ green 227 ◦ blue 131

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

Shades of Sulu #BDE383

Tints of Sulu #BDE383

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.5%

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

R = 34.55%
G = 41.5%
B = 23.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#BDE383 (or 0xBDE383) is known color: Sulu. HEX triplet: BD, E3 and 83. RGB value is (189,227,131). Sum of RGB (Red+Green+Blue) = 189+227+131=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE383 is #421C7C. Grayscale: #CDCDCD. Windows color (decimal): -4332669 or 8643517. OLE color: 8643517.

HSL color Cylindrical-coordinate representation of color #BDE383: hue angle of 83.75º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDE383 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 131 -
CMYK 0.17 0 0.42 0.11
HSL 83.75º 0.63% 0.7% -
HSV(B) 83.75º 0.42% 0.89% -
XYZ 52.55 67.4 31.71 -
YUV 204.69 86.41 116.81 -
System Red Green Blue C M Y K H S L
Decimal 189 227 131 0.17 0 0.42 0.11 83.75 0.63 0.7
Hex BD E3 83 11 0 2A B 54 3F 46
Octal 275 343 203 21 0 52 13 124 77 106
Binary 10111101 11100011 10000011 10001 0 101010 1011 1010100 111111 1000110

Color Harmonies of #BDE383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE383

Black with #BDE383

Text Example


Text Example

White with #BDE383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE383; }

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

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

background-color css

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

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

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

border-color css

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

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

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