#CBBEF6

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

Shades of Fog #CBBEF6

Tints of Fog #CBBEF6

Color information

#CBBEF6 (or 0xCBBEF6) is unknown color: approx Fog. HEX triplet: CB, BE and F6. RGB value is (203,190,246). Sum of RGB (Red+Green+Blue) = 203+190+246=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBBEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEF6 is #344109. Grayscale: #C8C8C8. Windows color (decimal): -3424522 or 16170699. OLE color: 16170699.

HSL color Cylindrical-coordinate representation of color #CBBEF6: hue angle of 253.93º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBBEF6 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203190246-
CMYK0.170.2300.04
HSL253.93º75.68%85.49%-
HSV(B)253.93º22.76%96.47%-
XYZ59.6856.1894.89-
YUV200.27153.81129.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 190 (74.61% from 255) = 29.73%
BLUE value IS 246 (96.48% from 255) = 38.50%
R=31.77%
G=29.73%
B=38.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2031902460.170.2300.04253.9375.6885.49
HexCBBEF6111704fe4c55
Octal313276366212704376114125
Binary110010111011111011110110100011011101001111111010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEF6; }

 p { color: rgb(203,190,246); }

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

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

 a { background-color: rgb(203,190,246); }

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

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

 span { border-color: rgb(203,190,246); }

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