#BFD987

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

Shades of Sulu #BFD987

Tints of Sulu #BFD987

Color information

#BFD987 (or 0xBFD987) is unknown color: approx Sulu. HEX triplet: BF, D9 and 87. RGB value is (191,217,135). Sum of RGB (Red+Green+Blue) = 191+217+135=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 135 (53.12% from 255 or 24.86% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD987 is #402678. Grayscale: #C8C8C8. Windows color (decimal): -4204153 or 8903103. OLE color: 8903103.

HSL color Cylindrical-coordinate representation of color #BFD987: hue angle of 79.02º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFD987 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB191217135-
CMYK0.1200.380.15
HSL79.02º51.9%69.02%-
HSV(B)79.02º37.79%85.1%-
XYZ50.6762.4532.31-
YUV199.8891.39121.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 217 (85.16% from 255) = 39.96%
BLUE value IS 135 (53.12% from 255) = 24.86%
R=35.17%
G=39.96%
B=24.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912171350.1200.380.1579.0251.969.02
HexBFD987C026F4f3445
Octal277331207140461711764105
Binary10111111110110011000011111000100110111110011111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD987; }

 p { color: rgb(191,217,135); }

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

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

 a { background-color: rgb(191,217,135); }

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

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

 span { border-color: rgb(191,217,135); }

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