Html Css Color HEX #BCCE10 Rio Grande

📋 copy color: '#BCCE10'

red 188 ◦ green 206 ◦ blue 16

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

Shades of Rio Grande #BCCE10

Tints of Rio Grande #BCCE10

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.24%

 BLUE value IS 16 (6.64% from 255) = 3.9%

R = 45.85%
G = 50.24%
B = 3.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#BCCE10 (or 0xBCCE10) is known color: Rio Grande. HEX triplet: BC, CE and 10. RGB value is (188,206,16). Sum of RGB (Red+Green+Blue) = 188+206+16=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 206 (80.86% from 255 or 50.24% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCE10 is #4331EF. Grayscale: #B3B3B3. Windows color (decimal): -4403696 or 1101500. OLE color: 1101500.

HSL color Cylindrical-coordinate representation of color #BCCE10: hue angle of 65.68º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCCE10 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 16 -
CMYK 0.09 0 0.92 0.19
HSL 65.68º 0.86% 0.44% -
HSV(B) 65.68º 0.92% 0.81% -
XYZ 42.9 54.87 8.82 -
YUV 178.96 36.04 134.45 -
System Red Green Blue C M Y K H S L
Decimal 188 206 16 0.09 0 0.92 0.19 65.68 0.86 0.44
Hex BC CE 10 9 0 5C 13 42 56 2C
Octal 274 316 20 11 0 134 23 102 126 54
Binary 10111100 11001110 10000 1001 0 1011100 10011 1000010 1010110 101100

Color Harmonies of #BCCE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE10

Black with #BCCE10

Text Example


Text Example

White with #BCCE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE10; }

 p { color: rgb(188,206,16); }

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

background-color css

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

 a { background-color: rgb(188,206,16); }

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

border-color css

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

 span { border-color: rgb(188,206,16); }

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