Html Css Color HEX #BCE471 Sulu

📋 copy color: '#BCE471'

red 188 ◦ green 228 ◦ blue 113

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

Shades of Sulu #BCE471

Tints of Sulu #BCE471

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.1%

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

R = 35.54%
G = 43.1%
B = 21.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#BCE471 (or 0xBCE471) is known color: Sulu. HEX triplet: BC, E4 and 71. RGB value is (188,228,113). Sum of RGB (Red+Green+Blue) = 188+228+113=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE471 is #431B8E. Grayscale: #CBCBCB. Windows color (decimal): -4397967 or 7464124. OLE color: 7464124.

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

Color convert

RGB 188 228 113 -
CMYK 0.18 0 0.50 0.11
HSL 80.87º 0.68% 0.67% -
HSV(B) 80.87º 0.5% 0.89% -
XYZ 51.46 67.37 25.91 -
YUV 202.93 77.25 117.35 -
System Red Green Blue C M Y K H S L
Decimal 188 228 113 0.18 0 0.50 0.11 80.87 0.68 0.67
Hex BC E4 71 12 0 32 B 51 44 43
Octal 274 344 161 22 0 62 13 121 104 103
Binary 10111100 11100100 1110001 10010 0 110010 1011 1010001 1000100 1000011

Color Harmonies of #BCE471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE471

Black with #BCE471

Text Example


Text Example

White with #BCE471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE471; }

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

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

background-color css

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

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

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

border-color css

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

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

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