#BDF885

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

Shades of Sulu #BDF885

Tints of Sulu #BDF885

Color information

#BDF885 (or 0xBDF885) is unknown color: approx Sulu. HEX triplet: BD, F8 and 85. RGB value is (189,248,133). Sum of RGB (Red+Green+Blue) = 189+248+133=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF885 is #42077A. Grayscale: #D9D9D9. Windows color (decimal): -4327291 or 8779965. OLE color: 8779965.

HSL color Cylindrical-coordinate representation of color #BDF885: hue angle of 90.78º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDF885 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB189248133-
CMYK0.2400.460.03
HSL90.78º89.15%74.71%-
HSV(B)90.78º46.37%97.25%-
XYZ58.7979.6534.47-
YUV217.2580.45107.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 248 (97.27% from 255) = 43.51%
BLUE value IS 133 (52.34% from 255) = 23.33%
R=33.16%
G=43.51%
B=23.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892481330.2400.460.0390.7889.1574.71
HexBDF8851802E35b594b
Octal275370205300563133131113
Binary10111101111110001000010111000010111011101101110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF885; }

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

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

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

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

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

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

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

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