Html Css Color HEX #BEDCDA Zumthor

📋 copy color: '#BEDCDA'

red 190 ◦ green 220 ◦ blue 218

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

Shades of Zumthor #BEDCDA

Tints of Zumthor #BEDCDA

RGB

 RED value IS 190 (74.61% from 255) = 30.25%

 GREEN value IS 220 (86.33% from 255) = 35.03%

 BLUE value IS 218 (85.55% from 255) = 34.71%

R = 30.25%
G = 35.03%
B = 34.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#BEDCDA (or 0xBEDCDA) is known color: Zumthor. HEX triplet: BE, DC and DA. RGB value is (190,220,218). Sum of RGB (Red+Green+Blue) = 190+220+218=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCDA is #412325. Grayscale: #D2D2D2. Windows color (decimal): -4268838 or 14343358. OLE color: 14343358.

HSL color Cylindrical-coordinate representation of color #BEDCDA: hue angle of 176º degrees, saturation: 0.3, 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 #BEDCDA is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 220 218 -
CMYK 0.14 0 0.01 0.14
HSL 176º 0.3% 0.8% -
HSV(B) 176º 0.14% 0.86% -
XYZ 59.48 67.2 76.16 -
YUV 210.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 190 220 218 0.14 0 0.01 0.14 176 0.3 0.8
Hex BE DC DA E 0 1 E B0 1E 50
Octal 276 334 332 16 0 1 16 260 36 120
Binary 10111110 11011100 11011010 1110 0 1 1110 10110000 11110 1010000

Color Harmonies of #BEDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDCDA

Black with #BEDCDA

Text Example


Text Example

White with #BEDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDCDA; }

 p { color: rgb(190,220,218); }

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

background-color css

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

 a { background-color: rgb(190,220,218); }

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

border-color css

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

 span { border-color: rgb(190,220,218); }

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