#BDF880

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

Shades of Sulu #BDF880

Tints of Sulu #BDF880

Color information

#BDF880 (or 0xBDF880) is unknown color: approx Sulu. HEX triplet: BD, F8 and 80. RGB value is (189,248,128). Sum of RGB (Red+Green+Blue) = 189+248+128=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF880 is #42077F. Grayscale: #D9D9D9. Windows color (decimal): -4327296 or 8452285. OLE color: 8452285.

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

Color convert

RGB189248128-
CMYK0.2400.480.03
HSL89.5º89.55%73.73%-
HSV(B)89.5º48.39%97.25%-
XYZ58.4579.5132.69-
YUV216.6877.95108.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 248 (97.27% from 255) = 43.89%
BLUE value IS 128 (50.39% from 255) = 22.65%
R=33.45%
G=43.89%
B=22.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892481280.2400.480.0389.589.5573.73
HexBDF8801803035a5a4a
Octal275370200300603132132112
Binary10111101111110001000000011000011000011101101010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF880; }

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

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

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

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

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

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

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

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