#CCBEC9

Color #CCBEC9 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #CCBEC9

Tints of Maverick #CCBEC9

Color information

#CCBEC9 (or 0xCCBEC9) is unknown color: approx Maverick. HEX triplet: CC, BE and C9. RGB value is (204,190,201). Sum of RGB (Red+Green+Blue) = 204+190+201=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEC9 is #334136. Grayscale: #C3C3C3. Windows color (decimal): -3359031 or 13221580. OLE color: 13221580.

HSL color Cylindrical-coordinate representation of color #CCBEC9: hue angle of 312.86º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBEC9 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204190201-
CMYK00.070.010.2
HSL312.86º12.07%77.25%-
HSV(B)312.86º6.86%80%-
XYZ53.8653.8862.82-
YUV195.44131.14134.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 201 (78.91% from 255) = 33.78%
R=34.29%
G=31.93%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419020100.070.010.2312.8612.0777.25
HexCCBEC907114139c4d
Octal3142763110712447114115
Binary110011001011111011001001011111010010011100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEC9; }

 p { color: rgb(204,190,201); }

 H1.HeaderClassName
 {
   color: #CCBEC9;
 }
 .AnyTagClassName
 {
   color: #CCBEC9;
 }
</style>
background-color css

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

 a { background-color: rgb(204,190,201); }

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

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

 span { border-color: rgb(204,190,201); }

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