#ccbef3

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

Shades of Fog #CCBEF3

Tints of Fog #CCBEF3

Color information

#CCBEF3 (or 0xCCBEF3) is unknown color: approx Fog. HEX triplet: CC, BE and F3. RGB value is (204,190,243). Sum of RGB (Red+Green+Blue) = 204+190+243=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCBEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEF3 is #33410C. Grayscale: #C8C8C8. Windows color (decimal): -3358989 or 15974092. OLE color: 15974092.

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

Color convert

RGB204190243-
CMYK0.160.2200.05
HSL255.85º68.83%84.9%-
HSV(B)255.85º21.81%95.29%-
XYZ59.4956.1492.49-
YUV200.23152.14130.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 243 (95.31% from 255) = 38.15%
R=32.03%
G=29.83%
B=38.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041902430.160.2200.05255.8568.8384.9
HexCCBEF31016051004555
Octal314276363202605400105125
Binary1100110010111110111100111000010110010110000000010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccbef3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccbef3; }

 p { color: rgb(204,190,243); }

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

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

 a { background-color: rgb(204,190,243); }

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

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

 span { border-color: rgb(204,190,243); }

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