Html Css Color HEX #BCADC4 Chatelle

📋 copy color: '#BCADC4'

red 188 ◦ green 173 ◦ blue 196

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

Shades of Chatelle #BCADC4

Tints of Chatelle #BCADC4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.06%

 BLUE value IS 196 (76.95% from 255) = 35.19%

R = 33.75%
G = 31.06%
B = 35.19%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BCADC4 (or 0xBCADC4) is known color: Chatelle. HEX triplet: BC, AD and C4. RGB value is (188,173,196). Sum of RGB (Red+Green+Blue) = 188+173+196=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADC4 is #43523B. Grayscale: #B4B4B4. Windows color (decimal): -4411964 or 12889532. OLE color: 12889532.

HSL color Cylindrical-coordinate representation of color #BCADC4: hue angle of 279.13º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCADC4 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 173 196 -
CMYK 0.04 0.12 0 0.23
HSL 279.13º 0.16% 0.72% -
HSV(B) 279.13º 0.12% 0.77% -
XYZ 45.65 44.56 58.42 -
YUV 180.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 188 173 196 0.04 0.12 0 0.23 279.13 0.16 0.72
Hex BC AD C4 4 C 0 17 117 10 48
Octal 274 255 304 4 14 0 27 427 20 110
Binary 10111100 10101101 11000100 100 1100 0 10111 100010111 10000 1001000

Color Harmonies of #BCADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADC4

Black with #BCADC4

Text Example


Text Example

White with #BCADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADC4; }

 p { color: rgb(188,173,196); }

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

background-color css

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

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

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

border-color css

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

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

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