Html Css Color HEX #CCBCEA Fog

📋 copy color: '#CCBCEA'

red 204 ◦ green 188 ◦ blue 234

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

Shades of Fog #CCBCEA

Tints of Fog #CCBCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.03%

 BLUE value IS 234 (91.8% from 255) = 37.38%

R = 32.59%
G = 30.03%
B = 37.38%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCBCEA (or 0xCCBCEA) is known color: Fog. HEX triplet: CC, BC and EA. RGB value is (204,188,234). Sum of RGB (Red+Green+Blue) = 204+188+234=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCBCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCEA is #334315. Grayscale: #C5C5C5. Windows color (decimal): -3359510 or 15383756. OLE color: 15383756.

HSL color Cylindrical-coordinate representation of color #CCBCEA: hue angle of 260.87º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCBCEA is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 188 234 -
CMYK 0.13 0.20 0 0.08
HSL 260.87º 0.52% 0.83% -
HSV(B) 260.87º 0.2% 0.92% -
XYZ 57.74 54.74 85.37 -
YUV 198.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 204 188 234 0.13 0.20 0 0.08 260.87 0.52 0.83
Hex CC BC EA D 14 0 8 105 34 53
Octal 314 274 352 15 24 0 10 405 64 123
Binary 11001100 10111100 11101010 1101 10100 0 1000 100000101 110100 1010011

Color Harmonies of #CCBCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBCEA

Black with #CCBCEA

Text Example


Text Example

White with #CCBCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBCEA; }

 p { color: rgb(204,188,234); }

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

background-color css

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

 a { background-color: rgb(204,188,234); }

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

border-color css

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

 span { border-color: rgb(204,188,234); }

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