Html Css Color HEX #C6BDCB Prelude

📋 copy color: '#C6BDCB'

red 198 ◦ green 189 ◦ blue 203

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

Shades of Prelude #C6BDCB

Tints of Prelude #C6BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.03%

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

R = 33.56%
G = 32.03%
B = 34.41%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C6BDCB (or 0xC6BDCB) is known color: Prelude. HEX triplet: C6, BD and CB. RGB value is (198,189,203). Sum of RGB (Red+Green+Blue) = 198+189+203=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #C6BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDCB is #394234. Grayscale: #C1C1C1. Windows color (decimal): -3752501 or 13352390. OLE color: 13352390.

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

Color convert

RGB 198 189 203 -
CMYK 0.02 0.07 0 0.20
HSL 278.57º 0.12% 0.77% -
HSV(B) 278.57º 0.07% 0.8% -
XYZ 52.27 52.71 63.92 -
YUV 193.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 198 189 203 0.02 0.07 0 0.20 278.57 0.12 0.77
Hex C6 BD CB 2 7 0 14 117 C 4D
Octal 306 275 313 2 7 0 24 427 14 115
Binary 11000110 10111101 11001011 10 111 0 10100 100010111 1100 1001101

Color Harmonies of #C6BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BDCB

Black with #C6BDCB

Text Example


Text Example

White with #C6BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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