#CCBDC8

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

Shades of Maverick #CCBDC8

Tints of Maverick #CCBDC8

Color information

#CCBDC8 (or 0xCCBDC8) is unknown color: approx Maverick. HEX triplet: CC, BD and C8. RGB value is (204,189,200). Sum of RGB (Red+Green+Blue) = 204+189+200=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDC8 is #334237. Grayscale: #C2C2C2. Windows color (decimal): -3359288 or 13155788. OLE color: 13155788.

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

Color convert

RGB204189200-
CMYK00.070.020.2
HSL316º12.82%77.06%-
HSV(B)316º7.35%80%-
XYZ53.5253.462.13-
YUV194.74130.97134.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 200 (78.52% from 255) = 33.73%
R=34.40%
G=31.87%
B=33.73%

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
Decimal20418920000.070.020.231612.8277.06
HexCCBDC80721413cd4d
Octal3142753100722447415115
Binary1100110010111101110010000111101010010011110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDC8; }

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

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

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

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

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

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

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

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