#BDF683

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

Shades of Sulu #BDF683

Tints of Sulu #BDF683

Color information

#BDF683 (or 0xBDF683) is unknown color: approx Sulu. HEX triplet: BD, F6 and 83. RGB value is (189,246,131). Sum of RGB (Red+Green+Blue) = 189+246+131=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF683 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF683 is #42097C. Grayscale: #D8D8D8. Windows color (decimal): -4327805 or 8648381. OLE color: 8648381.

HSL color Cylindrical-coordinate representation of color #BDF683: hue angle of 89.74º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDF683 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB189246131-
CMYK0.2300.470.04
HSL89.74º86.47%73.92%-
HSV(B)89.74º46.75%96.47%-
XYZ58.0478.3733.54-
YUV215.8580.12108.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.39%
GREEN value IS 246 (96.48% from 255) = 43.46%
BLUE value IS 131 (51.56% from 255) = 23.14%
R=33.39%
G=43.46%
B=23.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461310.2300.470.0489.7486.4773.92
HexBDF6831702F45a564a
Octal275366203270574132126112
Binary101111011111011010000011101110101111100101101010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF683; }

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

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

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

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

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

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

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

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