Html Css Color HEX #CCBBF6 Fog

📋 copy color: '#CCBBF6'

red 204 ◦ green 187 ◦ blue 246

#CCBBF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fog #CCBBF6

Tints of Fog #CCBBF6

RGB

 RED value IS 204 (80.08% from 255) = 32.03%

 GREEN value IS 187 (73.44% from 255) = 29.36%

 BLUE value IS 246 (96.48% from 255) = 38.62%

R = 32.03%
G = 29.36%
B = 38.62%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CCBBF6 (or 0xCCBBF6) is known color: Fog. HEX triplet: CC, BB and F6. RGB value is (204,187,246). Sum of RGB (Red+Green+Blue) = 204+187+246=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCBBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBF6 is #334409. Grayscale: #C6C6C6. Windows color (decimal): -3359754 or 16169932. OLE color: 16169932.

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

Color convert

RGB 204 187 246 -
CMYK 0.17 0.24 0 0.04
HSL 257.29º 0.77% 0.85% -
HSV(B) 257.29º 0.24% 0.96% -
XYZ 59.31 55.03 94.69 -
YUV 198.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 204 187 246 0.17 0.24 0 0.04 257.29 0.77 0.85
Hex CC BB F6 11 18 0 4 101 4D 55
Octal 314 273 366 21 30 0 4 401 115 125
Binary 11001100 10111011 11110110 10001 11000 0 100 100000001 1001101 1010101

Color Harmonies of #CCBBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBF6

Black with #CCBBF6

Text Example


Text Example

White with #CCBBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBF6; }

 p { color: rgb(204,187,246); }

 H1.HeaderClassName
 {
   color: #CCBBF6;
 }
 .AnyTagClassName
 {
   color: #CCBBF6;
 }
</style>

background-color css

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

 a { background-color: rgb(204,187,246); }

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

border-color css

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

 span { border-color: rgb(204,187,246); }

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