#CCBCFA

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

Shades of Fog #CCBCFA

Tints of Fog #CCBCFA

Color information

#CCBCFA (or 0xCCBCFA) is unknown color: approx Fog. HEX triplet: CC, BC and FA. RGB value is (204,188,250). Sum of RGB (Red+Green+Blue) = 204+188+250=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCBCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCFA is #334305. Grayscale: #C7C7C7. Windows color (decimal): -3359494 or 16432332. OLE color: 16432332.

HSL color Cylindrical-coordinate representation of color #CCBCFA: hue angle of 255.48º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCBCFA is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204188250-
CMYK0.180.2500.02
HSL255.48º86.11%85.88%-
HSV(B)255.48º24.8%98.04%-
XYZ60.1455.7198.03-
YUV199.85156.3130.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 188 (73.83% from 255) = 29.28%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=31.78%
G=29.28%
B=38.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041882500.180.2500.02255.4886.1185.88
HexCCBCFA121902ff5656
Octal314274372223102377126126
Binary11001100101111001111101010010110010101111111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCFA; }

 p { color: rgb(204,188,250); }

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

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

 a { background-color: rgb(204,188,250); }

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

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

 span { border-color: rgb(204,188,250); }

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