Html Css Color HEX #C4B8CC Prelude

📋 copy color: '#C4B8CC'

red 196 ◦ green 184 ◦ blue 204

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

Shades of Prelude #C4B8CC

Tints of Prelude #C4B8CC

RGB

 RED value IS 196 (76.95% from 255) = 33.56%

 GREEN value IS 184 (72.27% from 255) = 31.51%

 BLUE value IS 204 (80.08% from 255) = 34.93%

R = 33.56%
G = 31.51%
B = 34.93%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C4B8CC (or 0xC4B8CC) is known color: Prelude. HEX triplet: C4, B8 and CC. RGB value is (196,184,204). Sum of RGB (Red+Green+Blue) = 196+184+204=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #C4B8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B8CC is #3B4733. Grayscale: #BDBDBD. Windows color (decimal): -3884852 or 13416644. OLE color: 13416644.

HSL color Cylindrical-coordinate representation of color #C4B8CC: hue angle of 276º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4B8CC is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 184 204 -
CMYK 0.04 0.10 0 0.2
HSL 276º 0.16% 0.76% -
HSV(B) 276º 0.1% 0.8% -
XYZ 50.8 50.38 64.17 -
YUV 189.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 196 184 204 0.04 0.10 0 0.2 276 0.16 0.76
Hex C4 B8 CC 4 A 0 14 114 10 4C
Octal 304 270 314 4 12 0 24 424 20 114
Binary 11000100 10111000 11001100 100 1010 0 10100 100010100 10000 1001100

Color Harmonies of #C4B8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B8CC

Black with #C4B8CC

Text Example


Text Example

White with #C4B8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B8CC; }

 p { color: rgb(196,184,204); }

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

background-color css

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

 a { background-color: rgb(196,184,204); }

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

border-color css

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

 span { border-color: rgb(196,184,204); }

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