Html Css Color HEX #BCD6D9 Zumthor

📋 copy color: '#BCD6D9'

red 188 ◦ green 214 ◦ blue 217

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

Shades of Zumthor #BCD6D9

Tints of Zumthor #BCD6D9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.57%

 BLUE value IS 217 (85.16% from 255) = 35.06%

R = 30.37%
G = 34.57%
B = 35.06%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCD6D9 (or 0xBCD6D9) is known color: Zumthor. HEX triplet: BC, D6 and D9. RGB value is (188,214,217). Sum of RGB (Red+Green+Blue) = 188+214+217=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCD6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6D9 is #432926. Grayscale: #CECECE. Windows color (decimal): -4401447 or 14276284. OLE color: 14276284.

HSL color Cylindrical-coordinate representation of color #BCD6D9: hue angle of 186.21º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD6D9 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 214 217 -
CMYK 0.13 0.01 0 0.15
HSL 186.21º 0.28% 0.79% -
HSV(B) 186.21º 0.13% 0.85% -
XYZ 57.31 63.79 74.94 -
YUV 206.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 188 214 217 0.13 0.01 0 0.15 186.21 0.28 0.79
Hex BC D6 D9 D 1 0 F BA 1C 4F
Octal 274 326 331 15 1 0 17 272 34 117
Binary 10111100 11010110 11011001 1101 1 0 1111 10111010 11100 1001111

Color Harmonies of #BCD6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6D9

Black with #BCD6D9

Text Example


Text Example

White with #BCD6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6D9; }

 p { color: rgb(188,214,217); }

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

background-color css

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

 a { background-color: rgb(188,214,217); }

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

border-color css

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

 span { border-color: rgb(188,214,217); }

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