#C9B2FE

Color #C9B2FE Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #C9B2FE

Tints of Fog #C9B2FE

Color information

#C9B2FE (or 0xC9B2FE) is unknown color: approx Fog. HEX triplet: C9, B2 and FE. RGB value is (201,178,254). Sum of RGB (Red+Green+Blue) = 201+178+254=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 178 (69.92% from 255 or 28.12% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9B2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B2FE is #364D01. Grayscale: #C1C1C1. Windows color (decimal): -3558658 or 16691913. OLE color: 16691913.

HSL color Cylindrical-coordinate representation of color #C9B2FE: hue angle of 258.16º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9B2FE is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB201178254-
CMYK0.210.3000.00
HSL258.16º97.44%84.71%-
HSV(B)258.16º29.92%99.61%-
XYZ57.951.41100.64-
YUV193.54162.12133.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.75%
GREEN value IS 178 (69.92% from 255) = 28.12%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=31.75%
G=28.12%
B=40.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011782540.210.3000.00258.1697.4484.71
HexC9B2FE151E001026155
Octal311262376253600402141125
Binary11001001101100101111111010101111100010000001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B2FE; }

 p { color: rgb(201,178,254); }

 H1.HeaderClassName
 {
   color: #C9B2FE;
 }
 .AnyTagClassName
 {
   color: #C9B2FE;
 }
</style>
background-color css

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

 a { background-color: rgb(201,178,254); }

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

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

 span { border-color: rgb(201,178,254); }

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