Html Css Color HEX #BFD5D6 Zumthor

📋 copy color: '#BFD5D6'

red 191 ◦ green 213 ◦ blue 214

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

Shades of Zumthor #BFD5D6

Tints of Zumthor #BFD5D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.63%

R = 30.91%
G = 34.47%
B = 34.63%

CMYK

 C value IS 0.11

 M value IS 0.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BFD5D6 (or 0xBFD5D6) is known color: Zumthor. HEX triplet: BF, D5 and D6. RGB value is (191,213,214). Sum of RGB (Red+Green+Blue) = 191+213+214=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 214 (83.98% from 255 or 34.63% from 618); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFD5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5D6 is #402A29. Grayscale: #CECECE. Windows color (decimal): -4205098 or 14079423. OLE color: 14079423.

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

Color convert

RGB 191 213 214 -
CMYK 0.11 0.00 0 0.16
HSL 182.61º 0.22% 0.79% -
HSV(B) 182.61º 0.11% 0.84% -
XYZ 57.42 63.52 72.85 -
YUV 206.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 191 213 214 0.11 0.00 0 0.16 182.61 0.22 0.79
Hex BF D5 D6 B 0 0 10 B7 16 4F
Octal 277 325 326 13 0 0 20 267 26 117
Binary 10111111 11010101 11010110 1011 0 0 10000 10110111 10110 1001111

Color Harmonies of #BFD5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD5D6

Black with #BFD5D6

Text Example


Text Example

White with #BFD5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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