Html Css Color HEX #BCDDDB Zumthor

📋 copy color: '#BCDDDB'

red 188 ◦ green 221 ◦ blue 219

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

Shades of Zumthor #BCDDDB

Tints of Zumthor #BCDDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.19%

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

R = 29.94%
G = 35.19%
B = 34.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#BCDDDB (or 0xBCDDDB) is known color: Zumthor. HEX triplet: BC, DD and DB. RGB value is (188,221,219). Sum of RGB (Red+Green+Blue) = 188+221+219=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDDB is #432224. Grayscale: #D2D2D2. Windows color (decimal): -4399653 or 14409148. OLE color: 14409148.

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

Color convert

RGB 188 221 219 -
CMYK 0.15 0 0.01 0.13
HSL 176.36º 0.33% 0.8% -
HSV(B) 176.36º 0.15% 0.87% -
XYZ 59.38 67.52 76.92 -
YUV 210.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 188 221 219 0.15 0 0.01 0.13 176.36 0.33 0.8
Hex BC DD DB F 0 1 D B0 21 50
Octal 274 335 333 17 0 1 15 260 41 120
Binary 10111100 11011101 11011011 1111 0 1 1101 10110000 100001 1010000

Color Harmonies of #BCDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDDB

Black with #BCDDDB

Text Example


Text Example

White with #BCDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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