Html Css Color HEX #BCE682 Sulu

📋 copy color: '#BCE682'

red 188 ◦ green 230 ◦ blue 130

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

Shades of Sulu #BCE682

Tints of Sulu #BCE682

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.97%

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

R = 34.31%
G = 41.97%
B = 23.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#BCE682 (or 0xBCE682) is known color: Sulu. HEX triplet: BC, E6 and 82. RGB value is (188,230,130). Sum of RGB (Red+Green+Blue) = 188+230+130=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE682 is #43197D. Grayscale: #CECECE. Windows color (decimal): -4397438 or 8578748. OLE color: 8578748.

HSL color Cylindrical-coordinate representation of color #BCE682: hue angle of 85.2º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCE682 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 130 -
CMYK 0.18 0 0.43 0.10
HSL 85.2º 0.67% 0.71% -
HSV(B) 85.2º 0.43% 0.9% -
XYZ 53.07 68.9 31.62 -
YUV 206.04 85.09 115.13 -
System Red Green Blue C M Y K H S L
Decimal 188 230 130 0.18 0 0.43 0.10 85.2 0.67 0.71
Hex BC E6 82 12 0 2B A 55 43 47
Octal 274 346 202 22 0 53 12 125 103 107
Binary 10111100 11100110 10000010 10010 0 101011 1010 1010101 1000011 1000111

Color Harmonies of #BCE682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE682

Black with #BCE682

Text Example


Text Example

White with #BCE682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE682; }

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

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

background-color css

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

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

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

border-color css

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

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

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