Html Css Color HEX #BCE082 Sulu

📋 copy color: '#BCE082'

red 188 ◦ green 224 ◦ blue 130

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

Shades of Sulu #BCE082

Tints of Sulu #BCE082

RGB

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

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

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

R = 34.69%
G = 41.33%
B = 23.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#BCE082 (or 0xBCE082) is known color: Sulu. HEX triplet: BC, E0 and 82. RGB value is (188,224,130). Sum of RGB (Red+Green+Blue) = 188+224+130=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 130 (51.17% from 255 or 23.99% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE082 is #431F7D. Grayscale: #CACACA. Windows color (decimal): -4398974 or 8577212. OLE color: 8577212.

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

Color convert

RGB 188 224 130 -
CMYK 0.16 0 0.42 0.12
HSL 82.98º 0.6% 0.69% -
HSV(B) 82.98º 0.42% 0.88% -
XYZ 51.42 65.61 31.07 -
YUV 202.52 87.07 117.64 -
System Red Green Blue C M Y K H S L
Decimal 188 224 130 0.16 0 0.42 0.12 82.98 0.6 0.69
Hex BC E0 82 10 0 2A C 53 3C 45
Octal 274 340 202 20 0 52 14 123 74 105
Binary 10111100 11100000 10000010 10000 0 101010 1100 1010011 111100 1000101

Color Harmonies of #BCE082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE082

Black with #BCE082

Text Example


Text Example

White with #BCE082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE082; }

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

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

background-color css

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

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

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

border-color css

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

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

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