#B7CFDF

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

Shades of Spindle #B7CFDF

Tints of Spindle #B7CFDF

Color information

#B7CFDF (or 0xB7CFDF) is unknown color: approx Spindle. HEX triplet: B7, CF and DF. RGB value is (183,207,223). Sum of RGB (Red+Green+Blue) = 183+207+223=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFDF is #483020. Grayscale: #C9C9C9. Windows color (decimal): -4730913 or 14667703. OLE color: 14667703.

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

Color convert

RGB183207223-
CMYK0.180.0700.13
HSL204º38.46%79.61%-
HSV(B)204º17.94%87.45%-
XYZ55.1660.0278.49-
YUV201.65140.05114.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.85%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=29.85%
G=33.77%
B=36.38%

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
Decimal1832072230.180.0700.1320438.4679.61
HexB7CFDF1270Dcc2650
Octal26731733722701531446120
Binary1011011111001111110111111001011101101110011001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CFDF; }

 p { color: rgb(183,207,223); }

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

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

 a { background-color: rgb(183,207,223); }

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

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

 span { border-color: rgb(183,207,223); }

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