Html Css Color HEX #BCE86F Sulu

📋 copy color: '#BCE86F'

red 188 ◦ green 232 ◦ blue 111

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

Shades of Sulu #BCE86F

Tints of Sulu #BCE86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.9%

R = 35.4%
G = 43.69%
B = 20.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#BCE86F (or 0xBCE86F) is known color: Sulu. HEX triplet: BC, E8 and 6F. RGB value is (188,232,111). Sum of RGB (Red+Green+Blue) = 188+232+111=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE86F is #431790. Grayscale: #CDCDCD. Windows color (decimal): -4396945 or 7334076. OLE color: 7334076.

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

Color convert

RGB 188 232 111 -
CMYK 0.19 0 0.52 0.09
HSL 81.82º 0.72% 0.67% -
HSV(B) 81.82º 0.52% 0.91% -
XYZ 52.46 69.55 25.7 -
YUV 205.05 74.92 115.84 -
System Red Green Blue C M Y K H S L
Decimal 188 232 111 0.19 0 0.52 0.09 81.82 0.72 0.67
Hex BC E8 6F 13 0 34 9 52 48 43
Octal 274 350 157 23 0 64 11 122 110 103
Binary 10111100 11101000 1101111 10011 0 110100 1001 1010010 1001000 1000011

Color Harmonies of #BCE86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE86F

Black with #BCE86F

Text Example


Text Example

White with #BCE86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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