Html Css Color HEX #BDE985 Sulu

📋 copy color: '#BDE985'

red 189 ◦ green 233 ◦ blue 133

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

Shades of Sulu #BDE985

Tints of Sulu #BDE985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.98%

 BLUE value IS 133 (52.34% from 255) = 23.96%

R = 34.05%
G = 41.98%
B = 23.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#BDE985 (or 0xBDE985) is known color: Sulu. HEX triplet: BD, E9 and 85. RGB value is (189,233,133). Sum of RGB (Red+Green+Blue) = 189+233+133=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE985 is #42167A. Grayscale: #D0D0D0. Windows color (decimal): -4331131 or 8776125. OLE color: 8776125.

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

Color convert

RGB 189 233 133 -
CMYK 0.19 0 0.43 0.09
HSL 86.4º 0.69% 0.72% -
HSV(B) 86.4º 0.43% 0.91% -
XYZ 54.36 70.79 32.99 -
YUV 208.44 85.42 114.13 -
System Red Green Blue C M Y K H S L
Decimal 189 233 133 0.19 0 0.43 0.09 86.4 0.69 0.72
Hex BD E9 85 13 0 2B 9 56 45 48
Octal 275 351 205 23 0 53 11 126 105 110
Binary 10111101 11101001 10000101 10011 0 101011 1001 1010110 1000101 1001000

Color Harmonies of #BDE985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE985

Black with #BDE985

Text Example


Text Example

White with #BDE985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE985; }

 p { color: rgb(189,233,133); }

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

background-color css

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

 a { background-color: rgb(189,233,133); }

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

border-color css

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

 span { border-color: rgb(189,233,133); }

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