#BCFF90

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

Shades of Reef #BCFF90

Tints of Reef #BCFF90

Color information

#BCFF90 (or 0xBCFF90) is unknown color: approx Reef. HEX triplet: BC, FF and 90. RGB value is (188,255,144). Sum of RGB (Red+Green+Blue) = 188+255+144=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF90 is #43006F. Grayscale: #DEDEDE. Windows color (decimal): -4391024 or 9502652. OLE color: 9502652.

HSL color Cylindrical-coordinate representation of color #BCFF90: hue angle of 96.22º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCFF90 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB188255144-
CMYK0.2600.440
HSL96.22º100%78.24%-
HSV(B)96.22º43.53%100%-
XYZ61.5384.2239.4-
YUV222.3183.8103.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 255 (100% from 255) = 43.44%
BLUE value IS 144 (56.64% from 255) = 24.53%
R=32.03%
G=43.44%
B=24.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551440.2600.44096.2210078.24
HexBCFF901A02C060644e
Octal274377220320540140144116
Binary1011110011111111100100001101001011000110000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFF90; }

 p { color: rgb(188,255,144); }

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

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

 a { background-color: rgb(188,255,144); }

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

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

 span { border-color: rgb(188,255,144); }

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