Html Css Color HEX #C6BFCA Prelude

📋 copy color: '#C6BFCA'

red 198 ◦ green 191 ◦ blue 202

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

Shades of Prelude #C6BFCA

Tints of Prelude #C6BFCA

RGB

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

 GREEN value IS 191 (75% from 255) = 32.32%

 BLUE value IS 202 (79.3% from 255) = 34.18%

R = 33.5%
G = 32.32%
B = 34.18%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C6BFCA (or 0xC6BFCA) is known color: Prelude. HEX triplet: C6, BF and CA. RGB value is (198,191,202). Sum of RGB (Red+Green+Blue) = 198+191+202=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFCA is #394035. Grayscale: #C2C2C2. Windows color (decimal): -3751990 or 13287366. OLE color: 13287366.

HSL color Cylindrical-coordinate representation of color #C6BFCA: hue angle of 278.18º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6BFCA is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 191 202 -
CMYK 0.02 0.05 0 0.21
HSL 278.18º 0.09% 0.77% -
HSV(B) 278.18º 0.05% 0.79% -
XYZ 52.58 53.53 63.44 -
YUV 194.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 198 191 202 0.02 0.05 0 0.21 278.18 0.09 0.77
Hex C6 BF CA 2 5 0 15 116 9 4D
Octal 306 277 312 2 5 0 25 426 11 115
Binary 11000110 10111111 11001010 10 101 0 10101 100010110 1001 1001101

Color Harmonies of #C6BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BFCA

Black with #C6BFCA

Text Example


Text Example

White with #C6BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BFCA; }

 p { color: rgb(198,191,202); }

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

background-color css

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

 a { background-color: rgb(198,191,202); }

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

border-color css

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

 span { border-color: rgb(198,191,202); }

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