#BFD255

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

Shades of Wild Willow #BFD255

Tints of Wild Willow #BFD255

Color information

#BFD255 (or 0xBFD255) is unknown color: approx Wild Willow. HEX triplet: BF, D2 and 55. RGB value is (191,210,85). Sum of RGB (Red+Green+Blue) = 191+210+85=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD255 is #402DAA. Grayscale: #BEBEBE. Windows color (decimal): -4205995 or 5624511. OLE color: 5624511.

HSL color Cylindrical-coordinate representation of color #BFD255: hue angle of 69.12º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFD255 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB19121085-
CMYK0.0900.600.18
HSL69.12º58.14%57.84%-
HSV(B)69.12º59.52%82.35%-
XYZ46.1757.8317.32-
YUV190.0768.71128.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 210 (82.42% from 255) = 43.21%
BLUE value IS 85 (33.59% from 255) = 17.49%
R=39.30%
G=43.21%
B=17.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191210850.0900.600.1869.1258.1457.84
HexBFD255903C12453a3a
Octal27732212511074221057272
Binary1011111111010010101010110010111100100101000101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD255; }

 p { color: rgb(191,210,85); }

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

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

 a { background-color: rgb(191,210,85); }

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

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

 span { border-color: rgb(191,210,85); }

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