Html Css Color HEX #BFDCD9 Zumthor

📋 copy color: '#BFDCD9'

red 191 ◦ green 220 ◦ blue 217

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

Shades of Zumthor #BFDCD9

Tints of Zumthor #BFDCD9

RGB

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

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

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

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

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 191 220 217 -
CMYK 0.13 0 0.01 0.14
HSL 173.79º 0.29% 0.81% -
HSV(B) 173.79º 0.13% 0.86% -
XYZ 59.6 67.27 75.49 -
YUV 210.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 191 220 217 0.13 0 0.01 0.14 173.79 0.29 0.81
Hex BF DC D9 D 0 1 E AE 1D 51
Octal 277 334 331 15 0 1 16 256 35 121
Binary 10111111 11011100 11011001 1101 0 1 1110 10101110 11101 1010001

Color Harmonies of #BFDCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCD9

Black with #BFDCD9

Text Example


Text Example

White with #BFDCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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