Html Css Color HEX #BCF18C Sulu

📋 copy color: '#BCF18C'

red 188 ◦ green 241 ◦ blue 140

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

Shades of Sulu #BCF18C

Tints of Sulu #BCF18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.6%

R = 33.04%
G = 42.36%
B = 24.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#BCF18C (or 0xBCF18C) is known color: Sulu. HEX triplet: BC, F1 and 8C. RGB value is (188,241,140). Sum of RGB (Red+Green+Blue) = 188+241+140=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF18C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF18C is #430E73. Grayscale: #D5D5D5. Windows color (decimal): -4394612 or 9236924. OLE color: 9236924.

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

Color convert

RGB 188 241 140 -
CMYK 0.22 0 0.42 0.05
HSL 91.49º 0.78% 0.75% -
HSV(B) 91.49º 0.42% 0.95% -
XYZ 56.93 75.5 36.38 -
YUV 213.64 86.44 109.71 -
System Red Green Blue C M Y K H S L
Decimal 188 241 140 0.22 0 0.42 0.05 91.49 0.78 0.75
Hex BC F1 8C 16 0 2A 5 5B 4E 4B
Octal 274 361 214 26 0 52 5 133 116 113
Binary 10111100 11110001 10001100 10110 0 101010 101 1011011 1001110 1001011

Color Harmonies of #BCF18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF18C

Black with #BCF18C

Text Example


Text Example

White with #BCF18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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