Html Css Color HEX #BCDE69 Conifer

📋 copy color: '#BCDE69'

red 188 ◦ green 222 ◦ blue 105

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

Shades of Conifer #BCDE69

Tints of Conifer #BCDE69

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.11%

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

R = 36.5%
G = 43.11%
B = 20.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#BCDE69 (or 0xBCDE69) is known color: Conifer. HEX triplet: BC, DE and 69. RGB value is (188,222,105). Sum of RGB (Red+Green+Blue) = 188+222+105=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE69 is #432196. Grayscale: #C6C6C6. Windows color (decimal): -4399511 or 6938300. OLE color: 6938300.

HSL color Cylindrical-coordinate representation of color #BCDE69: hue angle of 77.44º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCDE69 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 105 -
CMYK 0.15 0 0.53 0.13
HSL 77.44º 0.64% 0.64% -
HSV(B) 77.44º 0.53% 0.87% -
XYZ 49.41 63.95 23.1 -
YUV 198.5 75.24 120.51 -
System Red Green Blue C M Y K H S L
Decimal 188 222 105 0.15 0 0.53 0.13 77.44 0.64 0.64
Hex BC DE 69 F 0 35 D 4D 40 40
Octal 274 336 151 17 0 65 15 115 100 100
Binary 10111100 11011110 1101001 1111 0 110101 1101 1001101 1000000 1000000

Color Harmonies of #BCDE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE69

Black with #BCDE69

Text Example


Text Example

White with #BCDE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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