Html Css Color HEX #BFD5D8 Zumthor

📋 copy color: '#BFD5D8'

red 191 ◦ green 213 ◦ blue 216

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

Shades of Zumthor #BFD5D8

Tints of Zumthor #BFD5D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.84%

R = 30.81%
G = 34.35%
B = 34.84%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BFD5D8 (or 0xBFD5D8) is known color: Zumthor. HEX triplet: BF, D5 and D8. RGB value is (191,213,216). Sum of RGB (Red+Green+Blue) = 191+213+216=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFD5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5D8 is #402A27. Grayscale: #CECECE. Windows color (decimal): -4205096 or 14210495. OLE color: 14210495.

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

Color convert

RGB 191 213 216 -
CMYK 0.12 0.01 0 0.15
HSL 187.2º 0.24% 0.8% -
HSV(B) 187.2º 0.12% 0.85% -
XYZ 57.67 63.62 74.21 -
YUV 206.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 191 213 216 0.12 0.01 0 0.15 187.2 0.24 0.8
Hex BF D5 D8 C 1 0 F BB 18 50
Octal 277 325 330 14 1 0 17 273 30 120
Binary 10111111 11010101 11011000 1100 1 0 1111 10111011 11000 1010000

Color Harmonies of #BFD5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD5D8

Black with #BFD5D8

Text Example


Text Example

White with #BFD5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD5D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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