Html Css Color HEX #BCAEC3 Chatelle

📋 copy color: '#BCAEC3'

red 188 ◦ green 174 ◦ blue 195

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

Shades of Chatelle #BCAEC3

Tints of Chatelle #BCAEC3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.24%

 BLUE value IS 195 (76.56% from 255) = 35.01%

R = 33.75%
G = 31.24%
B = 35.01%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BCAEC3 (or 0xBCAEC3) is known color: Chatelle. HEX triplet: BC, AE and C3. RGB value is (188,174,195). Sum of RGB (Red+Green+Blue) = 188+174+195=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 195 - color contains mainly: blue. Hex color #BCAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEC3 is #43513C. Grayscale: #B4B4B4. Windows color (decimal): -4411709 or 12824252. OLE color: 12824252.

HSL color Cylindrical-coordinate representation of color #BCAEC3: hue angle of 280º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCAEC3 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 174 195 -
CMYK 0.04 0.11 0 0.24
HSL 280º 0.15% 0.72% -
HSV(B) 280º 0.11% 0.76% -
XYZ 45.73 44.9 57.89 -
YUV 180.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 188 174 195 0.04 0.11 0 0.24 280 0.15 0.72
Hex BC AE C3 4 B 0 18 118 F 48
Octal 274 256 303 4 13 0 30 430 17 110
Binary 10111100 10101110 11000011 100 1011 0 11000 100011000 1111 1001000

Color Harmonies of #BCAEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEC3

Black with #BCAEC3

Text Example


Text Example

White with #BCAEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEC3; }

 p { color: rgb(188,174,195); }

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

background-color css

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

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

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

border-color css

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

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

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