Html Css Color HEX #BFD5D7 Zumthor

📋 copy color: '#BFD5D7'

red 191 ◦ green 213 ◦ blue 215

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

Shades of Zumthor #BFD5D7

Tints of Zumthor #BFD5D7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.41%

 BLUE value IS 215 (84.38% from 255) = 34.73%

R = 30.86%
G = 34.41%
B = 34.73%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BFD5D7 (or 0xBFD5D7) is known color: Zumthor. HEX triplet: BF, D5 and D7. RGB value is (191,213,215). Sum of RGB (Red+Green+Blue) = 191+213+215=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFD5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5D7 is #402A28. Grayscale: #CECECE. Windows color (decimal): -4205097 or 14144959. OLE color: 14144959.

HSL color Cylindrical-coordinate representation of color #BFD5D7: hue angle of 185º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD5D7 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 215 -
CMYK 0.11 0.01 0 0.16
HSL 185º 0.23% 0.8% -
HSV(B) 185º 0.11% 0.84% -
XYZ 57.55 63.57 73.53 -
YUV 206.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 191 213 215 0.11 0.01 0 0.16 185 0.23 0.8
Hex BF D5 D7 B 1 0 10 B9 17 50
Octal 277 325 327 13 1 0 20 271 27 120
Binary 10111111 11010101 11010111 1011 1 0 10000 10111001 10111 1010000

Color Harmonies of #BFD5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD5D7

Black with #BFD5D7

Text Example


Text Example

White with #BFD5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD5D7; }

 p { color: rgb(191,213,215); }

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

background-color css

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

 a { background-color: rgb(191,213,215); }

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

border-color css

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

 span { border-color: rgb(191,213,215); }

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