#BDF895

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

Shades of Reef #BDF895

Tints of Reef #BDF895

Color information

#BDF895 (or 0xBDF895) is unknown color: approx Reef. HEX triplet: BD, F8 and 95. RGB value is (189,248,149). Sum of RGB (Red+Green+Blue) = 189+248+149=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF895 is #42076A. Grayscale: #DBDBDB. Windows color (decimal): -4327275 or 9828541. OLE color: 9828541.

HSL color Cylindrical-coordinate representation of color #BDF895: hue angle of 95.76º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDF895 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB189248149-
CMYK0.2400.400.03
HSL95.76º87.61%77.84%-
HSV(B)95.76º39.92%97.25%-
XYZ59.9880.1240.74-
YUV219.0788.45106.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 248 (97.27% from 255) = 42.32%
BLUE value IS 149 (58.59% from 255) = 25.43%
R=32.25%
G=42.32%
B=25.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892481490.2400.400.0395.7687.6177.84
HexBDF89518028360584e
Octal275370225300503140130116
Binary10111101111110001001010111000010100011110000010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF895; }

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

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

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

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

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

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

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

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