#BDF985

Color #BDF985 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BDF985

Tints of Sulu #BDF985

Color information

#BDF985 (or 0xBDF985) is unknown color: approx Sulu. HEX triplet: BD, F9 and 85. RGB value is (189,249,133). Sum of RGB (Red+Green+Blue) = 189+249+133=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF985 is #42067A. Grayscale: #DADADA. Windows color (decimal): -4327035 or 8780221. OLE color: 8780221.

HSL color Cylindrical-coordinate representation of color #BDF985: hue angle of 91.03º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDF985 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB189249133-
CMYK0.2400.470.02
HSL91.03º90.62%74.9%-
HSV(B)91.03º46.59%97.65%-
XYZ59.180.2634.57-
YUV217.8480.12107.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 249 (97.66% from 255) = 43.61%
BLUE value IS 133 (52.34% from 255) = 23.29%
R=33.10%
G=43.61%
B=23.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491330.2400.470.0291.0390.6274.9
HexBDF9851802F25b5b4b
Octal275371205300572133133113
Binary10111101111110011000010111000010111110101101110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF985; }

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

 H1.HeaderClassName
 {
   color: #BDF985;
 }
 .AnyTagClassName
 {
   color: #BDF985;
 }
</style>
background-color css

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

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

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

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

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

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