Html Css Color HEX #BCDADA Zumthor

📋 copy color: '#BCDADA'

red 188 ◦ green 218 ◦ blue 218

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

Shades of Zumthor #BCDADA

Tints of Zumthor #BCDADA

RGB

 RED value IS 188 (73.83% from 255) = 30.13%

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

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

R = 30.13%
G = 34.94%
B = 34.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCDADA (or 0xBCDADA) is known color: Zumthor. HEX triplet: BC, DA and DA. RGB value is (188,218,218). Sum of RGB (Red+Green+Blue) = 188+218+218=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #BCDADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDADA is #432525. Grayscale: #D1D1D1. Windows color (decimal): -4400422 or 14342844. OLE color: 14342844.

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

Color convert

RGB 188 218 218 -
CMYK 0.14 0 0 0.15
HSL 180º 0.29% 0.8% -
HSV(B) 180º 0.14% 0.85% -
XYZ 58.47 65.9 75.97 -
YUV 209.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 188 218 218 0.14 0 0 0.15 180 0.29 0.8
Hex BC DA DA E 0 0 F B4 1D 50
Octal 274 332 332 16 0 0 17 264 35 120
Binary 10111100 11011010 11011010 1110 0 0 1111 10110100 11101 1010000

Color Harmonies of #BCDADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDADA

Black with #BCDADA

Text Example


Text Example

White with #BCDADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDADA; }

 p { color: rgb(188,218,218); }

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

background-color css

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

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

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

border-color css

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

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

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