#B6CDDD

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

Shades of Spindle #B6CDDD

Tints of Spindle #B6CDDD

Color information

#B6CDDD (or 0xB6CDDD) is unknown color: approx Spindle. HEX triplet: B6, CD and DD. RGB value is (182,205,221). Sum of RGB (Red+Green+Blue) = 182+205+221=608 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.93% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDDD is #493222. Grayscale: #C7C7C7. Windows color (decimal): -4796963 or 14536118. OLE color: 14536118.

HSL color Cylindrical-coordinate representation of color #B6CDDD: hue angle of 204.62º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6CDDD is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182205221-
CMYK0.180.0700.13
HSL204.62º36.45%79.02%-
HSV(B)204.62º17.65%86.67%-
XYZ54.1758.8376.91-
YUV199.95139.88115.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.93%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=29.93%
G=33.72%
B=36.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822052210.180.0700.13204.6236.4579.02
HexB6CDDD1270Dcd244f
Octal26631533522701531544117
Binary1011011011001101110111011001011101101110011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDDD; }

 p { color: rgb(182,205,221); }

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

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

 a { background-color: rgb(182,205,221); }

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

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

 span { border-color: rgb(182,205,221); }

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