Html Css Color HEX #BFD6DB Zumthor

📋 copy color: '#BFD6DB'

red 191 ◦ green 214 ◦ blue 219

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

Shades of Zumthor #BFD6DB

Tints of Zumthor #BFD6DB

RGB

 RED value IS 191 (75% from 255) = 30.61%

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

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

R = 30.61%
G = 34.29%
B = 35.1%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFD6DB (or 0xBFD6DB) is known color: Zumthor. HEX triplet: BF, D6 and DB. RGB value is (191,214,219). Sum of RGB (Red+Green+Blue) = 191+214+219=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6DB is #402924. Grayscale: #CFCFCF. Windows color (decimal): -4204837 or 14407359. OLE color: 14407359.

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

Color convert

RGB 191 214 219 -
CMYK 0.13 0.02 0 0.14
HSL 190.71º 0.28% 0.8% -
HSV(B) 190.71º 0.13% 0.86% -
XYZ 58.32 64.28 76.35 -
YUV 207.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 191 214 219 0.13 0.02 0 0.14 190.71 0.28 0.8
Hex BF D6 DB D 2 0 E BF 1C 50
Octal 277 326 333 15 2 0 16 277 34 120
Binary 10111111 11010110 11011011 1101 10 0 1110 10111111 11100 1010000

Color Harmonies of #BFD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD6DB

Black with #BFD6DB

Text Example


Text Example

White with #BFD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD6DB; }

 p { color: rgb(191,214,219); }

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

background-color css

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

 a { background-color: rgb(191,214,219); }

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

border-color css

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

 span { border-color: rgb(191,214,219); }

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