Html Css Color HEX #BBC1A4 Beryl Green

📋 copy color: '#BBC1A4'

red 187 ◦ green 193 ◦ blue 164

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

Shades of Beryl Green #BBC1A4

Tints of Beryl Green #BBC1A4

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.48%

 BLUE value IS 164 (64.45% from 255) = 30.15%

R = 34.38%
G = 35.48%
B = 30.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#BBC1A4 (or 0xBBC1A4) is known color: Beryl Green. HEX triplet: BB, C1 and A4. RGB value is (187,193,164). Sum of RGB (Red+Green+Blue) = 187+193+164=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC1A4 is #443E5B. Grayscale: #BCBCBC. Windows color (decimal): -4472412 or 10797499. OLE color: 10797499.

HSL color Cylindrical-coordinate representation of color #BBC1A4: hue angle of 72.41º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC1A4 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 164 -
CMYK 0.03 0 0.15 0.24
HSL 72.41º 0.19% 0.7% -
HSV(B) 72.41º 0.15% 0.76% -
XYZ 46.26 51.39 42.6 -
YUV 187.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 187 193 164 0.03 0 0.15 0.24 72.41 0.19 0.7
Hex BB C1 A4 3 0 F 18 48 13 46
Octal 273 301 244 3 0 17 30 110 23 106
Binary 10111011 11000001 10100100 11 0 1111 11000 1001000 10011 1000110

Color Harmonies of #BBC1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1A4

Black with #BBC1A4

Text Example


Text Example

White with #BBC1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1A4; }

 p { color: rgb(187,193,164); }

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

background-color css

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

 a { background-color: rgb(187,193,164); }

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

border-color css

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

 span { border-color: rgb(187,193,164); }

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