#BDF992

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

Shades of Reef #BDF992

Tints of Reef #BDF992

Color information

#BDF992 (or 0xBDF992) is unknown color: approx Reef. HEX triplet: BD, F9 and 92. RGB value is (189,249,146). Sum of RGB (Red+Green+Blue) = 189+249+146=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF992 is #42066D. Grayscale: #DBDBDB. Windows color (decimal): -4327022 or 9632189. OLE color: 9632189.

HSL color Cylindrical-coordinate representation of color #BDF992: hue angle of 94.95º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF992 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB189249146-
CMYK0.2400.410.02
HSL94.95º89.57%77.45%-
HSV(B)94.95º41.37%97.65%-
XYZ60.0580.6539.6-
YUV219.3286.62106.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 249 (97.66% from 255) = 42.64%
BLUE value IS 146 (57.42% from 255) = 25%
R=32.36%
G=42.64%
B=25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491460.2400.410.0294.9589.5777.45
HexBDF9921802925f5a4d
Octal275371222300512137132115
Binary10111101111110011001001011000010100110101111110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF992; }

 p { color: rgb(189,249,146); }

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

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

 a { background-color: rgb(189,249,146); }

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

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

 span { border-color: rgb(189,249,146); }

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