#BDF194

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

Shades of Reef #BDF194

Tints of Reef #BDF194

Color information

#BDF194 (or 0xBDF194) is unknown color: approx Reef. HEX triplet: BD, F1 and 94. RGB value is (189,241,148). Sum of RGB (Red+Green+Blue) = 189+241+148=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF194 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF194 is #420E6B. Grayscale: #D7D7D7. Windows color (decimal): -4329068 or 9761213. OLE color: 9761213.

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

Color convert

RGB189241148-
CMYK0.2200.390.05
HSL93.55º76.86%76.27%-
HSV(B)93.55º38.59%94.51%-
XYZ57.7975.8739.62-
YUV214.8590.27109.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 241 (94.53% from 255) = 41.70%
BLUE value IS 148 (58.20% from 255) = 25.61%
R=32.70%
G=41.70%
B=25.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411480.2200.390.0593.5576.8676.27
HexBDF1941602755e4d4c
Octal275361224260475136115114
Binary101111011111000110010100101100100111101101111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF194; }

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

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

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

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

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

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

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

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