#CCBCF1

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

Shades of Fog #CCBCF1

Tints of Fog #CCBCF1

Color information

#CCBCF1 (or 0xCCBCF1) is unknown color: approx Fog. HEX triplet: CC, BC and F1. RGB value is (204,188,241). Sum of RGB (Red+Green+Blue) = 204+188+241=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCBCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCF1 is #33430E. Grayscale: #C6C6C6. Windows color (decimal): -3359503 or 15842508. OLE color: 15842508.

HSL color Cylindrical-coordinate representation of color #CCBCF1: hue angle of 258.11º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCBCF1 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204188241-
CMYK0.150.2200.05
HSL258.11º65.43%84.12%-
HSV(B)258.11º21.99%94.51%-
XYZ58.7655.1590.77-
YUV198.83151.8131.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 188 (73.83% from 255) = 29.70%
BLUE value IS 241 (94.53% from 255) = 38.07%
R=32.23%
G=29.70%
B=38.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041882410.150.2200.05258.1165.4384.12
HexCCBCF1F16051024154
Octal314274361172605402101124
Binary110011001011110011110001111110110010110000001010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCF1; }

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

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

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

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

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

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

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

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