#BDF396

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

Shades of Reef #BDF396

Tints of Reef #BDF396

Color information

#BDF396 (or 0xBDF396) is unknown color: approx Reef. HEX triplet: BD, F3 and 96. RGB value is (189,243,150). Sum of RGB (Red+Green+Blue) = 189+243+150=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF396 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF396 is #420C69. Grayscale: #D8D8D8. Windows color (decimal): -4328554 or 9892797. OLE color: 9892797.

HSL color Cylindrical-coordinate representation of color #BDF396: hue angle of 94.84º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDF396 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB189243150-
CMYK0.2200.380.05
HSL94.84º79.49%77.06%-
HSV(B)94.84º38.27%95.29%-
XYZ58.5477.1240.65-
YUV216.2590.61108.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 243 (95.31% from 255) = 41.75%
BLUE value IS 150 (58.98% from 255) = 25.77%
R=32.47%
G=41.75%
B=25.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892431500.2200.380.0594.8479.4977.06
HexBDF3961602655f4f4d
Octal275363226260465137117115
Binary101111011111001110010110101100100110101101111110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF396; }

 p { color: rgb(189,243,150); }

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

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

 a { background-color: rgb(189,243,150); }

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

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

 span { border-color: rgb(189,243,150); }

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