#CCBEF5

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

Shades of Fog #CCBEF5

Tints of Fog #CCBEF5

Color information

#CCBEF5 (or 0xCCBEF5) is unknown color: approx Fog. HEX triplet: CC, BE and F5. RGB value is (204,190,245). Sum of RGB (Red+Green+Blue) = 204+190+245=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCBEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEF5 is #33410A. Grayscale: #C8C8C8. Windows color (decimal): -3358987 or 16105164. OLE color: 16105164.

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

Color convert

RGB204190245-
CMYK0.170.2200.04
HSL255.27º73.33%85.29%-
HSV(B)255.27º22.45%96.08%-
XYZ59.856.2694.09-
YUV200.46153.14130.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 190 (74.61% from 255) = 29.73%
BLUE value IS 245 (96.09% from 255) = 38.34%
R=31.92%
G=29.73%
B=38.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041902450.170.2200.04255.2773.3385.29
HexCCBEF5111604ff4955
Octal314276365212604377111125
Binary110011001011111011110101100011011001001111111110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEF5; }

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

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

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

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

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

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

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

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