Html Css Color HEX #BDDBDB Zumthor

📋 copy color: '#BDDBDB'

red 189 ◦ green 219 ◦ blue 219

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

Shades of Zumthor #BDDBDB

Tints of Zumthor #BDDBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.93%

 BLUE value IS 219 (85.94% from 255) = 34.93%

R = 30.14%
G = 34.93%
B = 34.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDDBDB (or 0xBDDBDB) is known color: Zumthor. HEX triplet: BD, DB and DB. RGB value is (189,219,219). Sum of RGB (Red+Green+Blue) = 189+219+219=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #BDDBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBDB is #422424. Grayscale: #D1D1D1. Windows color (decimal): -4334629 or 14408637. OLE color: 14408637.

HSL color Cylindrical-coordinate representation of color #BDDBDB: hue angle of 180º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDBDB is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 219 -
CMYK 0.14 0 0 0.14
HSL 180º 0.29% 0.8% -
HSV(B) 180º 0.14% 0.86% -
XYZ 59.1 66.6 76.76 -
YUV 210.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 189 219 219 0.14 0 0 0.14 180 0.29 0.8
Hex BD DB DB E 0 0 E B4 1D 50
Octal 275 333 333 16 0 0 16 264 35 120
Binary 10111101 11011011 11011011 1110 0 0 1110 10110100 11101 1010000

Color Harmonies of #BDDBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBDB

Black with #BDDBDB

Text Example


Text Example

White with #BDDBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBDB; }

 p { color: rgb(189,219,219); }

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

background-color css

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

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

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

border-color css

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

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

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