#BDE255

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

Shades of Conifer #BDE255

Tints of Conifer #BDE255

Color information

#BDE255 (or 0xBDE255) is unknown color: approx Conifer. HEX triplet: BD, E2 and 55. RGB value is (189,226,85). Sum of RGB (Red+Green+Blue) = 189+226+85=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE255 is #421DAA. Grayscale: #C7C7C7. Windows color (decimal): -4332971 or 5628605. OLE color: 5628605.

HSL color Cylindrical-coordinate representation of color #BDE255: hue angle of 75.74º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDE255 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB18922685-
CMYK0.1600.620.11
HSL75.74º70.85%60.98%-
HSV(B)75.74º62.39%88.63%-
XYZ49.8265.8718.68-
YUV198.8663.74120.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 226 (88.67% from 255) = 45.2%
BLUE value IS 85 (33.59% from 255) = 17%
R=37.8%
G=45.2%
B=17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189226850.1600.620.1175.7470.8560.98
HexBDE2551003EB4c473d
Octal275342125200761311410775
Binary10111101111000101010101100000111110101110011001000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE255; }

 p { color: rgb(189,226,85); }

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

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

 a { background-color: rgb(189,226,85); }

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

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

 span { border-color: rgb(189,226,85); }

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