Html Css Color HEX #BCE169 Conifer

📋 copy color: '#BCE169'

red 188 ◦ green 225 ◦ blue 105

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

Shades of Conifer #BCE169

Tints of Conifer #BCE169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.27%

R = 36.29%
G = 43.44%
B = 20.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#BCE169 (or 0xBCE169) is known color: Conifer. HEX triplet: BC, E1 and 69. RGB value is (188,225,105). Sum of RGB (Red+Green+Blue) = 188+225+105=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE169 is #431E96. Grayscale: #C8C8C8. Windows color (decimal): -4398743 or 6939068. OLE color: 6939068.

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

Color convert

RGB 188 225 105 -
CMYK 0.16 0 0.53 0.12
HSL 78.5º 0.67% 0.65% -
HSV(B) 78.5º 0.53% 0.88% -
XYZ 50.21 65.56 23.37 -
YUV 200.26 74.24 119.26 -
System Red Green Blue C M Y K H S L
Decimal 188 225 105 0.16 0 0.53 0.12 78.5 0.67 0.65
Hex BC E1 69 10 0 35 C 4E 43 41
Octal 274 341 151 20 0 65 14 116 103 101
Binary 10111100 11100001 1101001 10000 0 110101 1100 1001110 1000011 1000001

Color Harmonies of #BCE169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE169

Black with #BCE169

Text Example


Text Example

White with #BCE169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE169; }

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

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

background-color css

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

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

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

border-color css

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

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

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