Html Css Color HEX #BCF18F Sulu

📋 copy color: '#BCF18F'

red 188 ◦ green 241 ◦ blue 143

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

Shades of Sulu #BCF18F

Tints of Sulu #BCF18F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.13%

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

R = 32.87%
G = 42.13%
B = 25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#BCF18F (or 0xBCF18F) is known color: Sulu. HEX triplet: BC, F1 and 8F. RGB value is (188,241,143). Sum of RGB (Red+Green+Blue) = 188+241+143=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF18F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF18F is #430E70. Grayscale: #D6D6D6. Windows color (decimal): -4394609 or 9433532. OLE color: 9433532.

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

Color convert

RGB 188 241 143 -
CMYK 0.22 0 0.41 0.05
HSL 92.45º 0.78% 0.75% -
HSV(B) 92.45º 0.41% 0.95% -
XYZ 57.15 75.59 37.56 -
YUV 213.98 87.94 109.47 -
System Red Green Blue C M Y K H S L
Decimal 188 241 143 0.22 0 0.41 0.05 92.45 0.78 0.75
Hex BC F1 8F 16 0 29 5 5C 4E 4B
Octal 274 361 217 26 0 51 5 134 116 113
Binary 10111100 11110001 10001111 10110 0 101001 101 1011100 1001110 1001011

Color Harmonies of #BCF18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF18F

Black with #BCF18F

Text Example


Text Example

White with #BCF18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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