Html Css Color HEX #CCBBF0 Fog

📋 copy color: '#CCBBF0'

red 204 ◦ green 187 ◦ blue 240

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

Shades of Fog #CCBBF0

Tints of Fog #CCBBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.03%

R = 32.33%
G = 29.64%
B = 38.03%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCBBF0 (or 0xCCBBF0) is known color: Fog. HEX triplet: CC, BB and F0. RGB value is (204,187,240). Sum of RGB (Red+Green+Blue) = 204+187+240=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCBBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBF0 is #33440F. Grayscale: #C5C5C5. Windows color (decimal): -3359760 or 15776716. OLE color: 15776716.

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

Color convert

RGB 204 187 240 -
CMYK 0.15 0.22 0 0.06
HSL 259.25º 0.64% 0.84% -
HSV(B) 259.25º 0.22% 0.94% -
XYZ 58.4 54.67 89.91 -
YUV 198.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 204 187 240 0.15 0.22 0 0.06 259.25 0.64 0.84
Hex CC BB F0 F 16 0 6 103 40 54
Octal 314 273 360 17 26 0 6 403 100 124
Binary 11001100 10111011 11110000 1111 10110 0 110 100000011 1000000 1010100

Color Harmonies of #CCBBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBF0

Black with #CCBBF0

Text Example


Text Example

White with #CCBBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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