#B1D3FA

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

Shades of Pale Cornflower Blue #B1D3FA

Tints of Pale Cornflower Blue #B1D3FA

Color information

#B1D3FA (or 0xB1D3FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, D3 and FA. RGB value is (177,211,250). Sum of RGB (Red+Green+Blue) = 177+211+250=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1D3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D3FA is #4E2C05. Grayscale: #CDCDCD. Windows color (decimal): -5123078 or 16438193. OLE color: 16438193.

HSL color Cylindrical-coordinate representation of color #B1D3FA: hue angle of 212.05º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1D3FA is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177211250-
CMYK0.290.1600.02
HSL212.05º87.95%83.73%-
HSV(B)212.05º29.2%98.04%-
XYZ58.6862.8499.48-
YUV205.28153.24107.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.74%
GREEN value IS 211 (82.81% from 255) = 33.07%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=27.74%
G=33.07%
B=39.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772112500.290.1600.02212.0587.9583.73
HexB1D3FA1D1002d45854
Octal261323372352002324130124
Binary10110001110100111111101011101100000101101010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D3FA; }

 p { color: rgb(177,211,250); }

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

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

 a { background-color: rgb(177,211,250); }

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

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

 span { border-color: rgb(177,211,250); }

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