Html Css Color HEX #BCDCDB Zumthor

📋 copy color: '#BCDCDB'

red 188 ◦ green 220 ◦ blue 219

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

Shades of Zumthor #BCDCDB

Tints of Zumthor #BCDCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.93%

R = 29.98%
G = 35.09%
B = 34.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#BCDCDB (or 0xBCDCDB) is known color: Zumthor. HEX triplet: BC, DC and DB. RGB value is (188,220,219). Sum of RGB (Red+Green+Blue) = 188+220+219=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCDB is #432324. Grayscale: #D2D2D2. Windows color (decimal): -4399909 or 14408892. OLE color: 14408892.

HSL color Cylindrical-coordinate representation of color #BCDCDB: hue angle of 178.12º 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 #BCDCDB is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 219 -
CMYK 0.15 0 0.00 0.14
HSL 178.13º 0.31% 0.8% -
HSV(B) 178.13º 0.15% 0.86% -
XYZ 59.12 66.99 76.83 -
YUV 210.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 188 220 219 0.15 0 0.00 0.14 178.13 0.31 0.8
Hex BC DC DB F 0 0 E B2 1F 50
Octal 274 334 333 17 0 0 16 262 37 120
Binary 10111100 11011100 11011011 1111 0 0 1110 10110010 11111 1010000

Color Harmonies of #BCDCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCDB

Black with #BCDCDB

Text Example


Text Example

White with #BCDCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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