Html Css Color HEX #BCF282 Sulu

📋 copy color: '#BCF282'

red 188 ◦ green 242 ◦ blue 130

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

Shades of Sulu #BCF282

Tints of Sulu #BCF282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.21%

R = 33.57%
G = 43.21%
B = 23.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#BCF282 (or 0xBCF282) is known color: Sulu. HEX triplet: BC, F2 and 82. RGB value is (188,242,130). Sum of RGB (Red+Green+Blue) = 188+242+130=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF282 is #430D7D. Grayscale: #D5D5D5. Windows color (decimal): -4394366 or 8581820. OLE color: 8581820.

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

Color convert

RGB 188 242 130 -
CMYK 0.22 0 0.46 0.05
HSL 88.93º 0.81% 0.73% -
HSV(B) 88.93º 0.46% 0.95% -
XYZ 56.52 75.81 32.77 -
YUV 213.09 81.11 110.11 -
System Red Green Blue C M Y K H S L
Decimal 188 242 130 0.22 0 0.46 0.05 88.93 0.81 0.73
Hex BC F2 82 16 0 2E 5 59 51 49
Octal 274 362 202 26 0 56 5 131 121 111
Binary 10111100 11110010 10000010 10110 0 101110 101 1011001 1010001 1001001

Color Harmonies of #BCF282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF282

Black with #BCF282

Text Example


Text Example

White with #BCF282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF282; }

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

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

background-color css

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

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

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

border-color css

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

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

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