Html Css Color HEX #BCE17F Sulu

📋 copy color: '#BCE17F'

red 188 ◦ green 225 ◦ blue 127

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

Shades of Sulu #BCE17F

Tints of Sulu #BCE17F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.67%

 BLUE value IS 127 (50% from 255) = 23.52%

R = 34.81%
G = 41.67%
B = 23.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#BCE17F (or 0xBCE17F) is known color: Sulu. HEX triplet: BC, E1 and 7F. RGB value is (188,225,127). Sum of RGB (Red+Green+Blue) = 188+225+127=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE17F is #431E80. Grayscale: #CBCBCB. Windows color (decimal): -4398721 or 8380860. OLE color: 8380860.

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

Color convert

RGB 188 225 127 -
CMYK 0.16 0 0.44 0.12
HSL 82.65º 0.62% 0.69% -
HSV(B) 82.65º 0.44% 0.88% -
XYZ 51.5 66.07 30.12 -
YUV 202.77 85.24 117.47 -
System Red Green Blue C M Y K H S L
Decimal 188 225 127 0.16 0 0.44 0.12 82.65 0.62 0.69
Hex BC E1 7F 10 0 2C C 53 3E 45
Octal 274 341 177 20 0 54 14 123 76 105
Binary 10111100 11100001 1111111 10000 0 101100 1100 1010011 111110 1000101

Color Harmonies of #BCE17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE17F

Black with #BCE17F

Text Example


Text Example

White with #BCE17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE17F; }

 p { color: rgb(188,225,127); }

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

background-color css

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

 a { background-color: rgb(188,225,127); }

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

border-color css

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

 span { border-color: rgb(188,225,127); }

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