Html Css Color HEX #C9B2FE Fog

📋 copy color: '#C9B2FE'

red 201 ◦ green 178 ◦ blue 254

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

Shades of Fog #C9B2FE

Tints of Fog #C9B2FE

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 value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9B2FE (or 0xC9B2FE) is known color: 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

RGB 201 178 254 -
CMYK 0.21 0.30 0 0.00
HSL 258.16º 0.97% 0.85% -
HSV(B) 258.16º 0.3% 1% -
XYZ 57.9 51.41 100.64 -
YUV 193.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 201 178 254 0.21 0.30 0 0.00 258.16 0.97 0.85
Hex C9 B2 FE 15 1E 0 0 102 61 55
Octal 311 262 376 25 36 0 0 402 141 125
Binary 11001001 10110010 11111110 10101 11110 0 0 100000010 1100001 1010101

Color Harmonies of #C9B2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B2FE

Black with #C9B2FE

Text Example


Text Example

White with #C9B2FE

Text Example


Text Example

HTML Codes & Css Web 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>