Html Css Color HEX #CCBAE5 Fog

📋 copy color: '#CCBAE5'

red 204 ◦ green 186 ◦ blue 229

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

Shades of Fog #CCBAE5

Tints of Fog #CCBAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37%

R = 32.96%
G = 30.05%
B = 37%

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

#CCBAE5 (or 0xCCBAE5) is known color: Fog. HEX triplet: CC, BA and E5. RGB value is (204,186,229). Sum of RGB (Red+Green+Blue) = 204+186+229=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCBAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAE5 is #33451A. Grayscale: #C4C4C4. Windows color (decimal): -3360027 or 15055564. OLE color: 15055564.

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

Color convert

RGB 204 186 229 -
CMYK 0.11 0.19 0 0.10
HSL 265.12º 0.45% 0.81% -
HSV(B) 265.12º 0.19% 0.9% -
XYZ 56.6 53.61 81.49 -
YUV 196.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 204 186 229 0.11 0.19 0 0.10 265.12 0.45 0.81
Hex CC BA E5 B 13 0 A 109 2D 51
Octal 314 272 345 13 23 0 12 411 55 121
Binary 11001100 10111010 11100101 1011 10011 0 1010 100001001 101101 1010001

Color Harmonies of #CCBAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBAE5

Black with #CCBAE5

Text Example


Text Example

White with #CCBAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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