#C3BFCB

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

Shades of Blue Haze #C3BFCB

Tints of Blue Haze #C3BFCB

Color information

#C3BFCB (or 0xC3BFCB) is unknown color: approx Blue Haze. HEX triplet: C3, BF and CB. RGB value is (195,191,203). Sum of RGB (Red+Green+Blue) = 195+191+203=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFCB is #3C4034. Grayscale: #C1C1C1. Windows color (decimal): -3948597 or 13352899. OLE color: 13352899.

HSL color Cylindrical-coordinate representation of color #C3BFCB: hue angle of 260º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3BFCB is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195191203-
CMYK0.040.0600.20
HSL260º10.34%77.25%-
HSV(B)260º5.91%79.61%-
XYZ51.9253.1864.03-
YUV193.56133.33129.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.11%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=33.11%
G=32.43%
B=34.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951912030.040.0600.2026010.3477.25
HexC3BFCB46014104a4d
Octal3032773134602440412115
Binary11000011101111111100101110011001010010000010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFCB; }

 p { color: rgb(195,191,203); }

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

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

 a { background-color: rgb(195,191,203); }

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

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

 span { border-color: rgb(195,191,203); }

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