Html Css Color HEX #BDC5C2 Tiara

📋 copy color: '#BDC5C2'

red 189 ◦ green 197 ◦ blue 194

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

Shades of Tiara #BDC5C2

Tints of Tiara #BDC5C2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.97%

 BLUE value IS 194 (76.17% from 255) = 33.45%

R = 32.59%
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.23

RGB Variations

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

Color information

#BDC5C2 (or 0xBDC5C2) is known color: Tiara. HEX triplet: BD, C5 and C2. RGB value is (189,197,194). Sum of RGB (Red+Green+Blue) = 189+197+194=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5C2 is #423A3D. Grayscale: #C2C2C2. Windows color (decimal): -4340286 or 12764605. OLE color: 12764605.

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

Color convert

RGB 189 197 194 -
CMYK 0.04 0 0.02 0.23
HSL 157.5º 0.06% 0.76% -
HSV(B) 157.5º 0.04% 0.77% -
XYZ 50.69 54.65 58.92 -
YUV 194.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 189 197 194 0.04 0 0.02 0.23 157.5 0.06 0.76
Hex BD C5 C2 4 0 2 17 9E 6 4C
Octal 275 305 302 4 0 2 27 236 6 114
Binary 10111101 11000101 11000010 100 0 10 10111 10011110 110 1001100

Color Harmonies of #BDC5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5C2

Black with #BDC5C2

Text Example


Text Example

White with #BDC5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5C2; }

 p { color: rgb(189,197,194); }

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

background-color css

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

 a { background-color: rgb(189,197,194); }

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

border-color css

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

 span { border-color: rgb(189,197,194); }

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