Html Css Color HEX #BCE86C Sulu

📋 copy color: '#BCE86C'

red 188 ◦ green 232 ◦ blue 108

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

Shades of Sulu #BCE86C

Tints of Sulu #BCE86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.45%

R = 35.61%
G = 43.94%
B = 20.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#BCE86C (or 0xBCE86C) is known color: Sulu. HEX triplet: BC, E8 and 6C. RGB value is (188,232,108). Sum of RGB (Red+Green+Blue) = 188+232+108=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE86C is #431793. Grayscale: #CDCDCD. Windows color (decimal): -4396948 or 7137468. OLE color: 7137468.

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

Color convert

RGB 188 232 108 -
CMYK 0.19 0 0.53 0.09
HSL 81.29º 0.73% 0.67% -
HSV(B) 81.29º 0.53% 0.91% -
XYZ 52.3 69.49 24.84 -
YUV 204.71 73.42 116.08 -
System Red Green Blue C M Y K H S L
Decimal 188 232 108 0.19 0 0.53 0.09 81.29 0.73 0.67
Hex BC E8 6C 13 0 35 9 51 49 43
Octal 274 350 154 23 0 65 11 121 111 103
Binary 10111100 11101000 1101100 10011 0 110101 1001 1010001 1001001 1000011

Color Harmonies of #BCE86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE86C

Black with #BCE86C

Text Example


Text Example

White with #BCE86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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