#BDF795

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

Shades of Reef #BDF795

Tints of Reef #BDF795

Color information

#BDF795 (or 0xBDF795) is unknown color: approx Reef. HEX triplet: BD, F7 and 95. RGB value is (189,247,149). Sum of RGB (Red+Green+Blue) = 189+247+149=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF795 is #42086A. Grayscale: #DADADA. Windows color (decimal): -4327531 or 9828285. OLE color: 9828285.

HSL color Cylindrical-coordinate representation of color #BDF795: hue angle of 95.51º degrees, saturation: 0.86, 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 #BDF795 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB189247149-
CMYK0.2300.400.03
HSL95.51º85.96%77.65%-
HSV(B)95.51º39.68%96.86%-
XYZ59.6779.5140.64-
YUV218.4988.78106.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 247 (96.88% from 255) = 42.22%
BLUE value IS 149 (58.59% from 255) = 25.47%
R=32.31%
G=42.22%
B=25.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471490.2300.400.0395.5185.9677.65
HexBDF79517028360564e
Octal275367225270503140126116
Binary10111101111101111001010110111010100011110000010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF795; }

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

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

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

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

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

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

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

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