Html Css Color HEX #BBC3C0 Tiara

📋 copy color: '#BBC3C0'

red 187 ◦ green 195 ◦ blue 192

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

Shades of Tiara #BBC3C0

Tints of Tiara #BBC3C0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.97%

 BLUE value IS 192 (75.39% from 255) = 33.45%

R = 32.58%
G = 33.97%
B = 33.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#BBC3C0 (or 0xBBC3C0) is known color: Tiara. HEX triplet: BB, C3 and C0. RGB value is (187,195,192). Sum of RGB (Red+Green+Blue) = 187+195+192=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3C0 is #443C3F. Grayscale: #C0C0C0. Windows color (decimal): -4471872 or 12633019. OLE color: 12633019.

HSL color Cylindrical-coordinate representation of color #BBC3C0: hue angle of 157.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBC3C0 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 192 -
CMYK 0.04 0 0.02 0.24
HSL 157.5º 0.06% 0.75% -
HSV(B) 157.5º 0.04% 0.76% -
XYZ 49.52 53.4 57.57 -
YUV 192.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 187 195 192 0.04 0 0.02 0.24 157.5 0.06 0.75
Hex BB C3 C0 4 0 2 18 9E 6 4B
Octal 273 303 300 4 0 2 30 236 6 113
Binary 10111011 11000011 11000000 100 0 10 11000 10011110 110 1001011

Color Harmonies of #BBC3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC3C0

Black with #BBC3C0

Text Example


Text Example

White with #BBC3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC3C0; }

 p { color: rgb(187,195,192); }

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

background-color css

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

 a { background-color: rgb(187,195,192); }

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

border-color css

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

 span { border-color: rgb(187,195,192); }

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