Html Css Color HEX #C6BBCB Prelude

📋 copy color: '#C6BBCB'

red 198 ◦ green 187 ◦ blue 203

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

Shades of Prelude #C6BBCB

Tints of Prelude #C6BBCB

RGB

 RED value IS 198 (77.73% from 255) = 33.67%

 GREEN value IS 187 (73.44% from 255) = 31.8%

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

R = 33.67%
G = 31.8%
B = 34.52%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C6BBCB (or 0xC6BBCB) is known color: Prelude. HEX triplet: C6, BB and CB. RGB value is (198,187,203). Sum of RGB (Red+Green+Blue) = 198+187+203=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 203 - color contains mainly: blue. Hex color #C6BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBCB is #394434. Grayscale: #C0C0C0. Windows color (decimal): -3753013 or 13351878. OLE color: 13351878.

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

Color convert

RGB 198 187 203 -
CMYK 0.02 0.08 0 0.20
HSL 281.25º 0.13% 0.76% -
HSV(B) 281.25º 0.08% 0.8% -
XYZ 51.84 51.86 63.78 -
YUV 192.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 198 187 203 0.02 0.08 0 0.20 281.25 0.13 0.76
Hex C6 BB CB 2 8 0 14 119 D 4C
Octal 306 273 313 2 10 0 24 431 15 114
Binary 11000110 10111011 11001011 10 1000 0 10100 100011001 1101 1001100

Color Harmonies of #C6BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBCB

Black with #C6BBCB

Text Example


Text Example

White with #C6BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBCB; }

 p { color: rgb(198,187,203); }

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

background-color css

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

 a { background-color: rgb(198,187,203); }

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

border-color css

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

 span { border-color: rgb(198,187,203); }

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