Html Css Color HEX #BBCF10 Rio Grande

📋 copy color: '#BBCF10'

red 187 ◦ green 207 ◦ blue 16

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

Shades of Rio Grande #BBCF10

Tints of Rio Grande #BBCF10

RGB

 RED value IS 187 (73.44% from 255) = 45.61%

 GREEN value IS 207 (81.25% from 255) = 50.49%

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

R = 45.61%
G = 50.49%
B = 3.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#BBCF10 (or 0xBBCF10) is known color: Rio Grande. HEX triplet: BB, CF and 10. RGB value is (187,207,16). Sum of RGB (Red+Green+Blue) = 187+207+16=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF10 is #4430EF. Grayscale: #B3B3B3. Windows color (decimal): -4468976 or 1101755. OLE color: 1101755.

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

Color convert

RGB 187 207 16 -
CMYK 0.10 0 0.92 0.19
HSL 66.28º 0.86% 0.44% -
HSV(B) 66.28º 0.92% 0.81% -
XYZ 42.9 55.23 8.89 -
YUV 179.25 35.87 133.53 -
System Red Green Blue C M Y K H S L
Decimal 187 207 16 0.10 0 0.92 0.19 66.28 0.86 0.44
Hex BB CF 10 A 0 5C 13 42 56 2C
Octal 273 317 20 12 0 134 23 102 126 54
Binary 10111011 11001111 10000 1010 0 1011100 10011 1000010 1010110 101100

Color Harmonies of #BBCF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF10

Black with #BBCF10

Text Example


Text Example

White with #BBCF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF10; }

 p { color: rgb(187,207,16); }

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

background-color css

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

 a { background-color: rgb(187,207,16); }

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

border-color css

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

 span { border-color: rgb(187,207,16); }

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