Html Css Color HEX #BDACC8 Prelude

📋 copy color: '#BDACC8'

red 189 ◦ green 172 ◦ blue 200

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

Shades of Prelude #BDACC8

Tints of Prelude #BDACC8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.66%

 BLUE value IS 200 (78.52% from 255) = 35.65%

R = 33.69%
G = 30.66%
B = 35.65%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BDACC8 (or 0xBDACC8) is known color: Prelude. HEX triplet: BD, AC and C8. RGB value is (189,172,200). Sum of RGB (Red+Green+Blue) = 189+172+200=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACC8 is #425337. Grayscale: #B4B4B4. Windows color (decimal): -4346680 or 13151421. OLE color: 13151421.

HSL color Cylindrical-coordinate representation of color #BDACC8: hue angle of 276.43º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDACC8 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 172 200 -
CMYK 0.06 0.14 0 0.22
HSL 276.43º 0.2% 0.73% -
HSV(B) 276.43º 0.14% 0.78% -
XYZ 46.16 44.49 60.8 -
YUV 180.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 189 172 200 0.06 0.14 0 0.22 276.43 0.2 0.73
Hex BD AC C8 6 E 0 16 114 14 49
Octal 275 254 310 6 16 0 26 424 24 111
Binary 10111101 10101100 11001000 110 1110 0 10110 100010100 10100 1001001

Color Harmonies of #BDACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACC8

Black with #BDACC8

Text Example


Text Example

White with #BDACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACC8; }

 p { color: rgb(189,172,200); }

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

background-color css

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

 a { background-color: rgb(189,172,200); }

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

border-color css

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

 span { border-color: rgb(189,172,200); }

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