Html Css Color HEX #BEDDDC Zumthor

📋 copy color: '#BEDDDC'

red 190 ◦ green 221 ◦ blue 220

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

Shades of Zumthor #BEDDDC

Tints of Zumthor #BEDDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.02%

 BLUE value IS 220 (86.33% from 255) = 34.87%

R = 30.11%
G = 35.02%
B = 34.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#BEDDDC (or 0xBEDDDC) is known color: Zumthor. HEX triplet: BE, DD and DC. RGB value is (190,221,220). Sum of RGB (Red+Green+Blue) = 190+221+220=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDDC is #412223. Grayscale: #D3D3D3. Windows color (decimal): -4268580 or 14474686. OLE color: 14474686.

HSL color Cylindrical-coordinate representation of color #BEDDDC: hue angle of 178.06º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDDDC is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 220 -
CMYK 0.14 0 0.00 0.13
HSL 178.06º 0.31% 0.81% -
HSV(B) 178.06º 0.14% 0.87% -
XYZ 60.01 67.83 77.64 -
YUV 211.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 190 221 220 0.14 0 0.00 0.13 178.06 0.31 0.81
Hex BE DD DC E 0 0 D B2 1F 51
Octal 276 335 334 16 0 0 15 262 37 121
Binary 10111110 11011101 11011100 1110 0 0 1101 10110010 11111 1010001

Color Harmonies of #BEDDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDDC

Black with #BEDDDC

Text Example


Text Example

White with #BEDDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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