#B4D3F1

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

Shades of Pale Cornflower Blue #B4D3F1

Tints of Pale Cornflower Blue #B4D3F1

Color information

#B4D3F1 (or 0xB4D3F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, D3 and F1. RGB value is (180,211,241). Sum of RGB (Red+Green+Blue) = 180+211+241=632 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.48% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #B4D3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D3F1 is #4B2C0E. Grayscale: #CDCDCD. Windows color (decimal): -4926479 or 15848372. OLE color: 15848372.

HSL color Cylindrical-coordinate representation of color #B4D3F1: hue angle of 209.51º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4D3F1 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180211241-
CMYK0.250.1200.05
HSL209.51º68.54%82.55%-
HSV(B)209.51º25.31%94.51%-
XYZ57.9962.6492.25-
YUV205.15148.23110.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.48%
GREEN value IS 211 (82.81% from 255) = 33.39%
BLUE value IS 241 (94.53% from 255) = 38.13%
R=28.48%
G=33.39%
B=38.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802112410.250.1200.05209.5168.5482.55
HexB4D3F119C05d24553
Octal264323361311405322105123
Binary10110100110100111111000111001110001011101001010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D3F1; }

 p { color: rgb(180,211,241); }

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

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

 a { background-color: rgb(180,211,241); }

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

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

 span { border-color: rgb(180,211,241); }

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