#BDFB94

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

Shades of Reef #BDFB94

Tints of Reef #BDFB94

Color information

#BDFB94 (or 0xBDFB94) is unknown color: approx Reef. HEX triplet: BD, FB and 94. RGB value is (189,251,148). Sum of RGB (Red+Green+Blue) = 189+251+148=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 148 (58.20% from 255 or 25.17% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFB94 is #42046B. Grayscale: #DDDDDD. Windows color (decimal): -4326508 or 9763773. OLE color: 9763773.

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

Color convert

RGB189251148-
CMYK0.2500.410.02
HSL96.12º92.79%78.24%-
HSV(B)96.12º41.04%98.43%-
XYZ60.8381.9540.63-
YUV220.7286.96105.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 251 (98.44% from 255) = 42.69%
BLUE value IS 148 (58.20% from 255) = 25.17%
R=32.14%
G=42.69%
B=25.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511480.2500.410.0296.1292.7978.24
HexBDFB94190292605d4e
Octal275373224310512140135116
Binary10111101111110111001010011001010100110110000010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFB94; }

 p { color: rgb(189,251,148); }

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

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

 a { background-color: rgb(189,251,148); }

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

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

 span { border-color: rgb(189,251,148); }

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