Html Css Color HEX #BDDAD8 Zumthor

📋 copy color: '#BDDAD8'

red 189 ◦ green 218 ◦ blue 216

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

Shades of Zumthor #BDDAD8

Tints of Zumthor #BDDAD8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.99%

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

R = 30.34%
G = 34.99%
B = 34.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#BDDAD8 (or 0xBDDAD8) is known color: Zumthor. HEX triplet: BD, DA and D8. RGB value is (189,218,216). Sum of RGB (Red+Green+Blue) = 189+218+216=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAD8 is #422527. Grayscale: #D1D1D1. Windows color (decimal): -4334888 or 14211773. OLE color: 14211773.

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

Color convert

RGB 189 218 216 -
CMYK 0.13 0 0.01 0.15
HSL 175.86º 0.28% 0.8% -
HSV(B) 175.86º 0.13% 0.85% -
XYZ 58.45 65.92 74.61 -
YUV 209.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 189 218 216 0.13 0 0.01 0.15 175.86 0.28 0.8
Hex BD DA D8 D 0 1 F B0 1C 50
Octal 275 332 330 15 0 1 17 260 34 120
Binary 10111101 11011010 11011000 1101 0 1 1111 10110000 11100 1010000

Color Harmonies of #BDDAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAD8

Black with #BDDAD8

Text Example


Text Example

White with #BDDAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAD8; }

 p { color: rgb(189,218,216); }

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

background-color css

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

 a { background-color: rgb(189,218,216); }

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

border-color css

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

 span { border-color: rgb(189,218,216); }

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