#CCBEC8

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

Shades of Maverick #CCBEC8

Tints of Maverick #CCBEC8

Color information

#CCBEC8 (or 0xCCBEC8) is unknown color: approx Maverick. HEX triplet: CC, BE and C8. RGB value is (204,190,200). Sum of RGB (Red+Green+Blue) = 204+190+200=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEC8 is #334137. Grayscale: #C3C3C3. Windows color (decimal): -3359032 or 13156044. OLE color: 13156044.

HSL color Cylindrical-coordinate representation of color #CCBEC8: hue angle of 317.14º 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 #CCBEC8 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB204190200-
CMYK00.070.020.2
HSL317.14º12.07%77.25%-
HSV(B)317.14º6.86%80%-
XYZ53.7453.8362.2-
YUV195.33130.64134.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 200 (78.52% from 255) = 33.67%
R=34.34%
G=31.99%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419020000.070.020.2317.1412.0777.25
HexCCBEC80721413dc4d
Octal3142763100722447514115
Binary1100110010111110110010000111101010010011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEC8; }

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

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

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

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

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

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

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

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