#B8D5FC

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

Shades of Pale Cornflower Blue #B8D5FC

Tints of Pale Cornflower Blue #B8D5FC

Color information

#B8D5FC (or 0xB8D5FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, D5 and FC. RGB value is (184,213,252). Sum of RGB (Red+Green+Blue) = 184+213+252=649 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.35% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8D5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D5FC is #472A03. Grayscale: #D0D0D0. Windows color (decimal): -4663812 or 16569784. OLE color: 16569784.

HSL color Cylindrical-coordinate representation of color #B8D5FC: hue angle of 214.41º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8D5FC is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184213252-
CMYK0.270.1500.01
HSL214.41º91.89%85.49%-
HSV(B)214.41º26.98%98.82%-
XYZ61.1364.81101.38-
YUV208.78152.39110.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.35%
GREEN value IS 213 (83.59% from 255) = 32.82%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=28.35%
G=32.82%
B=38.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842132520.270.1500.01214.4191.8985.49
HexB8D5FC1BF01d65c55
Octal270325374331701326134125
Binary101110001101010111111100110111111011101011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D5FC; }

 p { color: rgb(184,213,252); }

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

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

 a { background-color: rgb(184,213,252); }

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

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

 span { border-color: rgb(184,213,252); }

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