Html Css Color HEX #BCE084 Sulu

📋 copy color: '#BCE084'

red 188 ◦ green 224 ◦ blue 132

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

Shades of Sulu #BCE084

Tints of Sulu #BCE084

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.18%

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

R = 34.56%
G = 41.18%
B = 24.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#BCE084 (or 0xBCE084) is known color: Sulu. HEX triplet: BC, E0 and 84. RGB value is (188,224,132). Sum of RGB (Red+Green+Blue) = 188+224+132=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE084 is #431F7B. Grayscale: #CBCBCB. Windows color (decimal): -4398972 or 8708284. OLE color: 8708284.

HSL color Cylindrical-coordinate representation of color #BCE084: hue angle of 83.48º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCE084 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 132 -
CMYK 0.16 0 0.41 0.12
HSL 83.48º 0.6% 0.7% -
HSV(B) 83.48º 0.41% 0.88% -
XYZ 51.56 65.67 31.79 -
YUV 202.75 88.07 117.48 -
System Red Green Blue C M Y K H S L
Decimal 188 224 132 0.16 0 0.41 0.12 83.48 0.6 0.7
Hex BC E0 84 10 0 29 C 53 3C 46
Octal 274 340 204 20 0 51 14 123 74 106
Binary 10111100 11100000 10000100 10000 0 101001 1100 1010011 111100 1000110

Color Harmonies of #BCE084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE084

Black with #BCE084

Text Example


Text Example

White with #BCE084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE084; }

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

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

background-color css

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

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

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

border-color css

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

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

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