Html Css Color HEX #BDCE10 Rio Grande

📋 copy color: '#BDCE10'

red 189 ◦ green 206 ◦ blue 16

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

Shades of Rio Grande #BDCE10

Tints of Rio Grande #BDCE10

RGB

 RED value IS 189 (74.22% from 255) = 45.99%

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

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

R = 45.99%
G = 50.12%
B = 3.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#BDCE10 (or 0xBDCE10) is known color: Rio Grande. HEX triplet: BD, CE and 10. RGB value is (189,206,16). Sum of RGB (Red+Green+Blue) = 189+206+16=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCE10 is #4231EF. Grayscale: #B3B3B3. Windows color (decimal): -4338160 or 1101501. OLE color: 1101501.

HSL color Cylindrical-coordinate representation of color #BDCE10: hue angle of 65.37º 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 #BDCE10 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 16 -
CMYK 0.08 0 0.92 0.19
HSL 65.37º 0.86% 0.44% -
HSV(B) 65.37º 0.92% 0.81% -
XYZ 43.15 55 8.83 -
YUV 179.26 35.87 134.95 -
System Red Green Blue C M Y K H S L
Decimal 189 206 16 0.08 0 0.92 0.19 65.37 0.86 0.44
Hex BD CE 10 8 0 5C 13 41 56 2C
Octal 275 316 20 10 0 134 23 101 126 54
Binary 10111101 11001110 10000 1000 0 1011100 10011 1000001 1010110 101100

Color Harmonies of #BDCE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE10

Black with #BDCE10

Text Example


Text Example

White with #BDCE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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