#B6D7F0

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

Shades of Pale Cornflower Blue #B6D7F0

Tints of Pale Cornflower Blue #B6D7F0

Color information

#B6D7F0 (or 0xB6D7F0) is unknown color: approx Pale Cornflower Blue. HEX triplet: B6, D7 and F0. RGB value is (182,215,240). Sum of RGB (Red+Green+Blue) = 182+215+240=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #B6D7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D7F0 is #49280F. Grayscale: #CFCFCF. Windows color (decimal): -4794384 or 15783862. OLE color: 15783862.

HSL color Cylindrical-coordinate representation of color #B6D7F0: hue angle of 205.86º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6D7F0 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB182215240-
CMYK0.240.1000.06
HSL205.86º65.91%82.75%-
HSV(B)205.86º24.17%94.12%-
XYZ59.3264.8491.83-
YUV207.98146.07109.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.57%
GREEN value IS 215 (84.38% from 255) = 33.75%
BLUE value IS 240 (94.14% from 255) = 37.68%
R=28.57%
G=33.75%
B=37.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1822152400.240.1000.06205.8665.9182.75
HexB6D7F018A06ce4253
Octal266327360301206316102123
Binary10110110110101111111000011000101001101100111010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D7F0; }

 p { color: rgb(182,215,240); }

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

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

 a { background-color: rgb(182,215,240); }

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

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

 span { border-color: rgb(182,215,240); }

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