Html Css Color HEX #BCE271 Sulu

📋 copy color: '#BCE271'

red 188 ◦ green 226 ◦ blue 113

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

Shades of Sulu #BCE271

Tints of Sulu #BCE271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.44%

R = 35.67%
G = 42.88%
B = 21.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#BCE271 (or 0xBCE271) is known color: Sulu. HEX triplet: BC, E2 and 71. RGB value is (188,226,113). Sum of RGB (Red+Green+Blue) = 188+226+113=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE271 is #431D8E. Grayscale: #CACACA. Windows color (decimal): -4398479 or 7463612. OLE color: 7463612.

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

Color convert

RGB 188 226 113 -
CMYK 0.17 0 0.5 0.11
HSL 80.18º 0.66% 0.66% -
HSV(B) 80.18º 0.5% 0.89% -
XYZ 50.92 66.28 25.73 -
YUV 201.76 77.91 118.19 -
System Red Green Blue C M Y K H S L
Decimal 188 226 113 0.17 0 0.5 0.11 80.18 0.66 0.66
Hex BC E2 71 11 0 32 B 50 42 42
Octal 274 342 161 21 0 62 13 120 102 102
Binary 10111100 11100010 1110001 10001 0 110010 1011 1010000 1000010 1000010

Color Harmonies of #BCE271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE271

Black with #BCE271

Text Example


Text Example

White with #BCE271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE271; }

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

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

background-color css

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

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

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

border-color css

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

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

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