Html Css Color HEX #BCD1D5 Zumthor

📋 copy color: '#BCD1D5'

red 188 ◦ green 209 ◦ blue 213

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

Shades of Zumthor #BCD1D5

Tints of Zumthor #BCD1D5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.26%

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

R = 30.82%
G = 34.26%
B = 34.92%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCD1D5 (or 0xBCD1D5) is known color: Zumthor. HEX triplet: BC, D1 and D5. RGB value is (188,209,213). Sum of RGB (Red+Green+Blue) = 188+209+213=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCD1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1D5 is #432E2A. Grayscale: #CBCBCB. Windows color (decimal): -4402731 or 14012860. OLE color: 14012860.

HSL color Cylindrical-coordinate representation of color #BCD1D5: hue angle of 189.6º 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 #BCD1D5 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 209 213 -
CMYK 0.12 0.02 0 0.16
HSL 189.6º 0.23% 0.79% -
HSV(B) 189.6º 0.12% 0.84% -
XYZ 55.55 61.1 71.82 -
YUV 203.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 188 209 213 0.12 0.02 0 0.16 189.6 0.23 0.79
Hex BC D1 D5 C 2 0 10 BE 17 4F
Octal 274 321 325 14 2 0 20 276 27 117
Binary 10111100 11010001 11010101 1100 10 0 10000 10111110 10111 1001111

Color Harmonies of #BCD1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD1D5

Black with #BCD1D5

Text Example


Text Example

White with #BCD1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD1D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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