Html Css Color HEX #BCF28C Sulu

📋 copy color: '#BCF28C'

red 188 ◦ green 242 ◦ blue 140

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

Shades of Sulu #BCF28C

Tints of Sulu #BCF28C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.46%

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

R = 32.98%
G = 42.46%
B = 24.56%

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

#BCF28C (or 0xBCF28C) is known color: Sulu. HEX triplet: BC, F2 and 8C. RGB value is (188,242,140). Sum of RGB (Red+Green+Blue) = 188+242+140=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF28C is #430D73. Grayscale: #D6D6D6. Windows color (decimal): -4394356 or 9237180. OLE color: 9237180.

HSL color Cylindrical-coordinate representation of color #BCF28C: hue angle of 91.76º degrees, saturation: 0.8, 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 #BCF28C is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 140 -
CMYK 0.22 0 0.42 0.05
HSL 91.76º 0.8% 0.75% -
HSV(B) 91.76º 0.42% 0.95% -
XYZ 57.22 76.09 36.48 -
YUV 214.23 86.11 109.29 -
System Red Green Blue C M Y K H S L
Decimal 188 242 140 0.22 0 0.42 0.05 91.76 0.8 0.75
Hex BC F2 8C 16 0 2A 5 5C 50 4B
Octal 274 362 214 26 0 52 5 134 120 113
Binary 10111100 11110010 10001100 10110 0 101010 101 1011100 1010000 1001011

Color Harmonies of #BCF28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF28C

Black with #BCF28C

Text Example


Text Example

White with #BCF28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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