Html Css Color HEX #BCD3D5 Zumthor

📋 copy color: '#BCD3D5'

red 188 ◦ green 211 ◦ blue 213

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

Shades of Zumthor #BCD3D5

Tints of Zumthor #BCD3D5

RGB

 RED value IS 188 (73.83% from 255) = 30.72%

 GREEN value IS 211 (82.81% from 255) = 34.48%

 BLUE value IS 213 (83.59% from 255) = 34.8%

R = 30.72%
G = 34.48%
B = 34.8%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCD3D5 (or 0xBCD3D5) is known color: Zumthor. HEX triplet: BC, D3 and D5. RGB value is (188,211,213). Sum of RGB (Red+Green+Blue) = 188+211+213=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCD3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3D5 is #432C2A. Grayscale: #CCCCCC. Windows color (decimal): -4402219 or 14013372. OLE color: 14013372.

HSL color Cylindrical-coordinate representation of color #BCD3D5: hue angle of 184.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD3D5 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 211 213 -
CMYK 0.12 0.01 0 0.16
HSL 184.8º 0.23% 0.79% -
HSV(B) 184.8º 0.12% 0.84% -
XYZ 56.04 62.08 71.98 -
YUV 204.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 188 211 213 0.12 0.01 0 0.16 184.8 0.23 0.79
Hex BC D3 D5 C 1 0 10 B9 17 4F
Octal 274 323 325 14 1 0 20 271 27 117
Binary 10111100 11010011 11010101 1100 1 0 10000 10111001 10111 1001111

Color Harmonies of #BCD3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD3D5

Black with #BCD3D5

Text Example


Text Example

White with #BCD3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD3D5; }

 p { color: rgb(188,211,213); }

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

background-color css

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

 a { background-color: rgb(188,211,213); }

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

border-color css

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

 span { border-color: rgb(188,211,213); }

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