Html Css Color HEX #BCE282 Sulu

📋 copy color: '#BCE282'

red 188 ◦ green 226 ◦ blue 130

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

Shades of Sulu #BCE282

Tints of Sulu #BCE282

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.54%

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

R = 34.56%
G = 41.54%
B = 23.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#BCE282 (or 0xBCE282) is known color: Sulu. HEX triplet: BC, E2 and 82. RGB value is (188,226,130). Sum of RGB (Red+Green+Blue) = 188+226+130=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE282 is #431D7D. Grayscale: #CCCCCC. Windows color (decimal): -4398462 or 8577724. OLE color: 8577724.

HSL color Cylindrical-coordinate representation of color #BCE282: hue angle of 83.75º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCE282 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 130 -
CMYK 0.17 0 0.42 0.11
HSL 83.75º 0.62% 0.7% -
HSV(B) 83.75º 0.42% 0.89% -
XYZ 51.96 66.7 31.25 -
YUV 203.69 86.41 116.81 -
System Red Green Blue C M Y K H S L
Decimal 188 226 130 0.17 0 0.42 0.11 83.75 0.62 0.7
Hex BC E2 82 11 0 2A B 54 3E 46
Octal 274 342 202 21 0 52 13 124 76 106
Binary 10111100 11100010 10000010 10001 0 101010 1011 1010100 111110 1000110

Color Harmonies of #BCE282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE282

Black with #BCE282

Text Example


Text Example

White with #BCE282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE282; }

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

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

background-color css

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

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

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

border-color css

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

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

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