Html Css Color HEX #BCFD8F Sulu

📋 copy color: '#BCFD8F'

red 188 ◦ green 253 ◦ blue 143

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

Shades of Sulu #BCFD8F

Tints of Sulu #BCFD8F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.32%

 BLUE value IS 143 (56.25% from 255) = 24.49%

R = 32.19%
G = 43.32%
B = 24.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#BCFD8F (or 0xBCFD8F) is known color: Sulu. HEX triplet: BC, FD and 8F. RGB value is (188,253,143). Sum of RGB (Red+Green+Blue) = 188+253+143=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 143 (56.25% from 255 or 24.49% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD8F is #430270. Grayscale: #DDDDDD. Windows color (decimal): -4391537 or 9436604. OLE color: 9436604.

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

Color convert

RGB 188 253 143 -
CMYK 0.26 0 0.43 0.01
HSL 95.45º 0.96% 0.78% -
HSV(B) 95.45º 0.43% 0.99% -
XYZ 60.82 82.93 38.79 -
YUV 221.03 83.97 104.44 -
System Red Green Blue C M Y K H S L
Decimal 188 253 143 0.26 0 0.43 0.01 95.45 0.96 0.78
Hex BC FD 8F 1A 0 2B 1 5F 60 4E
Octal 274 375 217 32 0 53 1 137 140 116
Binary 10111100 11111101 10001111 11010 0 101011 1 1011111 1100000 1001110

Color Harmonies of #BCFD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD8F

Black with #BCFD8F

Text Example


Text Example

White with #BCFD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD8F; }

 p { color: rgb(188,253,143); }

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

background-color css

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

 a { background-color: rgb(188,253,143); }

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

border-color css

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

 span { border-color: rgb(188,253,143); }

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