#B1D2FE

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

Shades of Pale Cornflower Blue #B1D2FE

Tints of Pale Cornflower Blue #B1D2FE

Color information

#B1D2FE (or 0xB1D2FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, D2 and FE. RGB value is (177,210,254). Sum of RGB (Red+Green+Blue) = 177+210+254=641 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.61% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1D2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D2FE is #4E2D01. Grayscale: #CCCCCC. Windows color (decimal): -5123330 or 16700081. OLE color: 16700081.

HSL color Cylindrical-coordinate representation of color #B1D2FE: hue angle of 214.29º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1D2FE is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177210254-
CMYK0.300.1700.00
HSL214.29º97.47%84.51%-
HSV(B)214.29º30.31%99.61%-
XYZ59.0762.6102.73-
YUV205.15155.57107.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.61%
GREEN value IS 210 (82.42% from 255) = 32.76%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=27.61%
G=32.76%
B=39.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772102540.300.1700.00214.2997.4784.51
HexB1D2FE1E1100d66155
Octal261322376362100326141125
Binary1011000111010010111111101111010001001101011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D2FE; }

 p { color: rgb(177,210,254); }

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

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

 a { background-color: rgb(177,210,254); }

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

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

 span { border-color: rgb(177,210,254); }

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