Html Css Color HEX #BCFC8E Sulu

📋 copy color: '#BCFC8E'

red 188 ◦ green 252 ◦ blue 142

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

Shades of Sulu #BCFC8E

Tints of Sulu #BCFC8E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.3%

 BLUE value IS 142 (55.86% from 255) = 24.4%

R = 32.3%
G = 43.3%
B = 24.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#BCFC8E (or 0xBCFC8E) is known color: Sulu. HEX triplet: BC, FC and 8E. RGB value is (188,252,142). Sum of RGB (Red+Green+Blue) = 188+252+142=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFC8E is #430371. Grayscale: #DCDCDC. Windows color (decimal): -4391794 or 9370812. OLE color: 9370812.

HSL color Cylindrical-coordinate representation of color #BCFC8E: hue angle of 94.91º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCFC8E is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 142 -
CMYK 0.25 0 0.44 0.01
HSL 94.91º 0.95% 0.77% -
HSV(B) 94.91º 0.44% 0.99% -
XYZ 60.43 82.27 38.28 -
YUV 220.32 83.8 104.94 -
System Red Green Blue C M Y K H S L
Decimal 188 252 142 0.25 0 0.44 0.01 94.91 0.95 0.77
Hex BC FC 8E 19 0 2C 1 5F 5F 4D
Octal 274 374 216 31 0 54 1 137 137 115
Binary 10111100 11111100 10001110 11001 0 101100 1 1011111 1011111 1001101

Color Harmonies of #BCFC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC8E

Black with #BCFC8E

Text Example


Text Example

White with #BCFC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC8E; }

 p { color: rgb(188,252,142); }

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

background-color css

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

 a { background-color: rgb(188,252,142); }

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

border-color css

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

 span { border-color: rgb(188,252,142); }

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