Html Css Color HEX #C4B9CB Prelude

📋 copy color: '#C4B9CB'

red 196 ◦ green 185 ◦ blue 203

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

Shades of Prelude #C4B9CB

Tints of Prelude #C4B9CB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.68%

 BLUE value IS 203 (79.69% from 255) = 34.76%

R = 33.56%
G = 31.68%
B = 34.76%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C4B9CB (or 0xC4B9CB) is known color: Prelude. HEX triplet: C4, B9 and CB. RGB value is (196,185,203). Sum of RGB (Red+Green+Blue) = 196+185+203=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4B9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B9CB is #3B4634. Grayscale: #BEBEBE. Windows color (decimal): -3884597 or 13351364. OLE color: 13351364.

HSL color Cylindrical-coordinate representation of color #C4B9CB: hue angle of 276.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4B9CB is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 185 203 -
CMYK 0.03 0.09 0 0.20
HSL 276.67º 0.15% 0.76% -
HSV(B) 276.67º 0.09% 0.8% -
XYZ 50.89 50.75 63.61 -
YUV 190.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 196 185 203 0.03 0.09 0 0.20 276.67 0.15 0.76
Hex C4 B9 CB 3 9 0 14 115 F 4C
Octal 304 271 313 3 11 0 24 425 17 114
Binary 11000100 10111001 11001011 11 1001 0 10100 100010101 1111 1001100

Color Harmonies of #C4B9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B9CB

Black with #C4B9CB

Text Example


Text Example

White with #C4B9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B9CB; }

 p { color: rgb(196,185,203); }

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

background-color css

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

 a { background-color: rgb(196,185,203); }

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

border-color css

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

 span { border-color: rgb(196,185,203); }

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