Html Css Color HEX #BDD783 Sulu

📋 copy color: '#BDD783'

red 189 ◦ green 215 ◦ blue 131

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

Shades of Sulu #BDD783

Tints of Sulu #BDD783

RGB

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

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

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

R = 35.33%
G = 40.19%
B = 24.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#BDD783 (or 0xBDD783) is known color: Sulu. HEX triplet: BD, D7 and 83. RGB value is (189,215,131). Sum of RGB (Red+Green+Blue) = 189+215+131=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD783 is #42287C. Grayscale: #C5C5C5. Windows color (decimal): -4335741 or 8640445. OLE color: 8640445.

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

Color convert

RGB 189 215 131 -
CMYK 0.12 0 0.39 0.16
HSL 78.57º 0.51% 0.68% -
HSV(B) 78.57º 0.39% 0.84% -
XYZ 49.38 61.06 30.66 -
YUV 197.65 90.39 121.83 -
System Red Green Blue C M Y K H S L
Decimal 189 215 131 0.12 0 0.39 0.16 78.57 0.51 0.68
Hex BD D7 83 C 0 27 10 4F 33 44
Octal 275 327 203 14 0 47 20 117 63 104
Binary 10111101 11010111 10000011 1100 0 100111 10000 1001111 110011 1000100

Color Harmonies of #BDD783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD783

Black with #BDD783

Text Example


Text Example

White with #BDD783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD783; }

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

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

background-color css

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

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

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

border-color css

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

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

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