Html Css Color HEX #CCBAE6 Fog

📋 copy color: '#CCBAE6'

red 204 ◦ green 186 ◦ blue 230

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

Shades of Fog #CCBAE6

Tints of Fog #CCBAE6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30%

 BLUE value IS 230 (90.23% from 255) = 37.1%

R = 32.9%
G = 30%
B = 37.1%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCBAE6 (or 0xCCBAE6) is known color: Fog. HEX triplet: CC, BA and E6. RGB value is (204,186,230). Sum of RGB (Red+Green+Blue) = 204+186+230=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCBAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAE6 is #334519. Grayscale: #C4C4C4. Windows color (decimal): -3360026 or 15121100. OLE color: 15121100.

HSL color Cylindrical-coordinate representation of color #CCBAE6: hue angle of 264.55º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBAE6 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 186 230 -
CMYK 0.11 0.19 0 0.10
HSL 264.55º 0.47% 0.82% -
HSV(B) 264.55º 0.19% 0.9% -
XYZ 56.74 53.67 82.23 -
YUV 196.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 204 186 230 0.11 0.19 0 0.10 264.55 0.47 0.82
Hex CC BA E6 B 13 0 A 109 2F 52
Octal 314 272 346 13 23 0 12 411 57 122
Binary 11001100 10111010 11100110 1011 10011 0 1010 100001001 101111 1010010

Color Harmonies of #CCBAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBAE6

Black with #CCBAE6

Text Example


Text Example

White with #CCBAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBAE6; }

 p { color: rgb(204,186,230); }

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

background-color css

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

 a { background-color: rgb(204,186,230); }

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

border-color css

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

 span { border-color: rgb(204,186,230); }

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