Html Css Color HEX #BCE070 Sulu

📋 copy color: '#BCE070'

red 188 ◦ green 224 ◦ blue 112

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

Shades of Sulu #BCE070

Tints of Sulu #BCE070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.37%

R = 35.88%
G = 42.75%
B = 21.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#BCE070 (or 0xBCE070) is known color: Sulu. HEX triplet: BC, E0 and 70. RGB value is (188,224,112). Sum of RGB (Red+Green+Blue) = 188+224+112=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE070 is #431F8F. Grayscale: #C8C8C8. Windows color (decimal): -4398992 or 7397564. OLE color: 7397564.

HSL color Cylindrical-coordinate representation of color #BCE070: hue angle of 79.29º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCE070 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 112 -
CMYK 0.16 0 0.50 0.12
HSL 79.29º 0.64% 0.66% -
HSV(B) 79.29º 0.5% 0.88% -
XYZ 50.32 65.17 25.26 -
YUV 200.47 78.07 119.11 -
System Red Green Blue C M Y K H S L
Decimal 188 224 112 0.16 0 0.50 0.12 79.29 0.64 0.66
Hex BC E0 70 10 0 32 C 4F 40 42
Octal 274 340 160 20 0 62 14 117 100 102
Binary 10111100 11100000 1110000 10000 0 110010 1100 1001111 1000000 1000010

Color Harmonies of #BCE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE070

Black with #BCE070

Text Example


Text Example

White with #BCE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE070; }

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

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

background-color css

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

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

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

border-color css

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

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

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