Html Css Color HEX #BDD6D7 Zumthor

📋 copy color: '#BDD6D7'

red 189 ◦ green 214 ◦ blue 215

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

Shades of Zumthor #BDD6D7

Tints of Zumthor #BDD6D7

RGB

 RED value IS 189 (74.22% from 255) = 30.58%

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

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

R = 30.58%
G = 34.63%
B = 34.79%

CMYK

 C value IS 0.12

 M value IS 0.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDD6D7 (or 0xBDD6D7) is known color: Zumthor. HEX triplet: BD, D6 and D7. RGB value is (189,214,215). Sum of RGB (Red+Green+Blue) = 189+214+215=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDD6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6D7 is #422928. Grayscale: #CECECE. Windows color (decimal): -4335913 or 14145213. OLE color: 14145213.

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

Color convert

RGB 189 214 215 -
CMYK 0.12 0.00 0 0.16
HSL 182.31º 0.25% 0.79% -
HSV(B) 182.31º 0.12% 0.84% -
XYZ 57.3 63.82 73.59 -
YUV 206.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 189 214 215 0.12 0.00 0 0.16 182.31 0.25 0.79
Hex BD D6 D7 C 0 0 10 B6 19 4F
Octal 275 326 327 14 0 0 20 266 31 117
Binary 10111101 11010110 11010111 1100 0 0 10000 10110110 11001 1001111

Color Harmonies of #BDD6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6D7

Black with #BDD6D7

Text Example


Text Example

White with #BDD6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6D7; }

 p { color: rgb(189,214,215); }

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

background-color css

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

 a { background-color: rgb(189,214,215); }

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

border-color css

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

 span { border-color: rgb(189,214,215); }

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