Html Css Color HEX #BCE884 Sulu

📋 copy color: '#BCE884'

red 188 ◦ green 232 ◦ blue 132

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

Shades of Sulu #BCE884

Tints of Sulu #BCE884

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.03%

 BLUE value IS 132 (51.95% from 255) = 23.91%

R = 34.06%
G = 42.03%
B = 23.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#BCE884 (or 0xBCE884) is known color: Sulu. HEX triplet: BC, E8 and 84. RGB value is (188,232,132). Sum of RGB (Red+Green+Blue) = 188+232+132=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE884 is #43177B. Grayscale: #CFCFCF. Windows color (decimal): -4396924 or 8710332. OLE color: 8710332.

HSL color Cylindrical-coordinate representation of color #BCE884: hue angle of 86.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCE884 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 232 132 -
CMYK 0.19 0 0.43 0.09
HSL 86.4º 0.68% 0.71% -
HSV(B) 86.4º 0.43% 0.91% -
XYZ 53.76 70.07 32.52 -
YUV 207.44 85.42 114.13 -
System Red Green Blue C M Y K H S L
Decimal 188 232 132 0.19 0 0.43 0.09 86.4 0.68 0.71
Hex BC E8 84 13 0 2B 9 56 44 47
Octal 274 350 204 23 0 53 11 126 104 107
Binary 10111100 11101000 10000100 10011 0 101011 1001 1010110 1000100 1000111

Color Harmonies of #BCE884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE884

Black with #BCE884

Text Example


Text Example

White with #BCE884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE884; }

 p { color: rgb(188,232,132); }

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

background-color css

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

 a { background-color: rgb(188,232,132); }

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

border-color css

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

 span { border-color: rgb(188,232,132); }

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