Html Css Color HEX #BFD9DC Zumthor

📋 copy color: '#BFD9DC'

red 191 ◦ green 217 ◦ blue 220

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

Shades of Zumthor #BFD9DC

Tints of Zumthor #BFD9DC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.55%

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 30.41%
G = 34.55%
B = 35.03%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFD9DC (or 0xBFD9DC) is known color: Zumthor. HEX triplet: BF, D9 and DC. RGB value is (191,217,220). Sum of RGB (Red+Green+Blue) = 191+217+220=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9DC is #402623. Grayscale: #D1D1D1. Windows color (decimal): -4204068 or 14473663. OLE color: 14473663.

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

Color convert

RGB 191 217 220 -
CMYK 0.13 0.01 0 0.14
HSL 186.21º 0.29% 0.81% -
HSV(B) 186.21º 0.13% 0.86% -
XYZ 59.22 65.87 77.3 -
YUV 209.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 191 217 220 0.13 0.01 0 0.14 186.21 0.29 0.81
Hex BF D9 DC D 1 0 E BA 1D 51
Octal 277 331 334 15 1 0 16 272 35 121
Binary 10111111 11011001 11011100 1101 1 0 1110 10111010 11101 1010001

Color Harmonies of #BFD9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD9DC

Black with #BFD9DC

Text Example


Text Example

White with #BFD9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD9DC; }

 p { color: rgb(191,217,220); }

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

background-color css

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

 a { background-color: rgb(191,217,220); }

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

border-color css

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

 span { border-color: rgb(191,217,220); }

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