Html Css Color HEX #BCFA7E Sulu

📋 copy color: '#BCFA7E'

red 188 ◦ green 250 ◦ blue 126

#BCFA7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BCFA7E

Tints of Sulu #BCFA7E

RGB

 RED value IS 188 (73.83% from 255) = 33.33%

 GREEN value IS 250 (98.05% from 255) = 44.33%

 BLUE value IS 126 (49.61% from 255) = 22.34%

R = 33.33%
G = 44.33%
B = 22.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#BCFA7E (or 0xBCFA7E) is known color: Sulu. HEX triplet: BC, FA and 7E. RGB value is (188,250,126). Sum of RGB (Red+Green+Blue) = 188+250+126=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 126 (49.61% from 255 or 22.34% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA7E is #430581. Grayscale: #D9D9D9. Windows color (decimal): -4392322 or 8321724. OLE color: 8321724.

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

Color convert

RGB 188 250 126 -
CMYK 0.25 0 0.50 0.02
HSL 90º 0.93% 0.74% -
HSV(B) 90º 0.5% 0.98% -
XYZ 58.69 80.57 32.2 -
YUV 217.33 76.46 107.08 -
System Red Green Blue C M Y K H S L
Decimal 188 250 126 0.25 0 0.50 0.02 90 0.93 0.74
Hex BC FA 7E 19 0 32 2 5A 5D 4A
Octal 274 372 176 31 0 62 2 132 135 112
Binary 10111100 11111010 1111110 11001 0 110010 10 1011010 1011101 1001010

Color Harmonies of #BCFA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA7E

Black with #BCFA7E

Text Example


Text Example

White with #BCFA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA7E; }

 p { color: rgb(188,250,126); }

 H1.HeaderClassName
 {
   color: #BCFA7E;
 }
 .AnyTagClassName
 {
   color: #BCFA7E;
 }
</style>

background-color css

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

 a { background-color: rgb(188,250,126); }

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

border-color css

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

 span { border-color: rgb(188,250,126); }

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