Html Css Color HEX #BDAFC4 Chatelle

📋 copy color: '#BDAFC4'

red 189 ◦ green 175 ◦ blue 196

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

Shades of Chatelle #BDAFC4

Tints of Chatelle #BDAFC4

RGB

 RED value IS 189 (74.22% from 255) = 33.75%

 GREEN value IS 175 (68.75% from 255) = 31.25%

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

R = 33.75%
G = 31.25%
B = 35%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BDAFC4 (or 0xBDAFC4) is known color: Chatelle. HEX triplet: BD, AF and C4. RGB value is (189,175,196). Sum of RGB (Red+Green+Blue) = 189+175+196=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 196 - color contains mainly: blue. Hex color #BDAFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFC4 is #42503B. Grayscale: #B5B5B5. Windows color (decimal): -4345916 or 12890045. OLE color: 12890045.

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

Color convert

RGB 189 175 196 -
CMYK 0.04 0.11 0 0.23
HSL 280º 0.15% 0.73% -
HSV(B) 280º 0.11% 0.77% -
XYZ 46.28 45.46 58.56 -
YUV 181.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 189 175 196 0.04 0.11 0 0.23 280 0.15 0.73
Hex BD AF C4 4 B 0 17 118 F 49
Octal 275 257 304 4 13 0 27 430 17 111
Binary 10111101 10101111 11000100 100 1011 0 10111 100011000 1111 1001001

Color Harmonies of #BDAFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFC4

Black with #BDAFC4

Text Example


Text Example

White with #BDAFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFC4; }

 p { color: rgb(189,175,196); }

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

background-color css

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

 a { background-color: rgb(189,175,196); }

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

border-color css

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

 span { border-color: rgb(189,175,196); }

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