#B3CBDC

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

Shades of Spindle #B3CBDC

Tints of Spindle #B3CBDC

Color information

#B3CBDC (or 0xB3CBDC) is unknown color: approx Spindle. HEX triplet: B3, CB and DC. RGB value is (179,203,220). Sum of RGB (Red+Green+Blue) = 179+203+220=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CBDC is #4C3423. Grayscale: #C5C5C5. Windows color (decimal): -4994084 or 14470067. OLE color: 14470067.

HSL color Cylindrical-coordinate representation of color #B3CBDC: hue angle of 204.88º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3CBDC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179203220-
CMYK0.190.0800.14
HSL204.88º36.94%78.24%-
HSV(B)204.88º18.64%86.27%-
XYZ52.8657.4676.02-
YUV197.76140.55114.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.73%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=29.73%
G=33.72%
B=36.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792032200.190.0800.14204.8836.9478.24
HexB3CBDC1380Ecd254e
Octal263313334231001631545116
Binary10110011110010111101110010011100001110110011011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CBDC; }

 p { color: rgb(179,203,220); }

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

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

 a { background-color: rgb(179,203,220); }

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

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

 span { border-color: rgb(179,203,220); }

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