Html Css Color HEX #BCDCDA Zumthor

📋 copy color: '#BCDCDA'

red 188 ◦ green 220 ◦ blue 218

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

Shades of Zumthor #BCDCDA

Tints of Zumthor #BCDCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.14%

 BLUE value IS 218 (85.55% from 255) = 34.82%

R = 30.03%
G = 35.14%
B = 34.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#BCDCDA (or 0xBCDCDA) is known color: Zumthor. HEX triplet: BC, DC and DA. RGB value is (188,220,218). Sum of RGB (Red+Green+Blue) = 188+220+218=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCDA is #432325. Grayscale: #D2D2D2. Windows color (decimal): -4399910 or 14343356. OLE color: 14343356.

HSL color Cylindrical-coordinate representation of color #BCDCDA: hue angle of 176.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDCDA is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 218 -
CMYK 0.15 0 0.01 0.14
HSL 176.25º 0.31% 0.8% -
HSV(B) 176.25º 0.15% 0.86% -
XYZ 58.99 66.94 76.14 -
YUV 210.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 188 220 218 0.15 0 0.01 0.14 176.25 0.31 0.8
Hex BC DC DA F 0 1 E B0 1F 50
Octal 274 334 332 17 0 1 16 260 37 120
Binary 10111100 11011100 11011010 1111 0 1 1110 10110000 11111 1010000

Color Harmonies of #BCDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCDA

Black with #BCDCDA

Text Example


Text Example

White with #BCDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCDA; }

 p { color: rgb(188,220,218); }

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

background-color css

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

 a { background-color: rgb(188,220,218); }

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

border-color css

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

 span { border-color: rgb(188,220,218); }

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