#B8DCFC

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

Shades of Pale Cornflower Blue #B8DCFC

Tints of Pale Cornflower Blue #B8DCFC

Color information

#B8DCFC (or 0xB8DCFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, DC and FC. RGB value is (184,220,252). Sum of RGB (Red+Green+Blue) = 184+220+252=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DCFC is #472303. Grayscale: #D4D4D4. Windows color (decimal): -4662020 or 16571576. OLE color: 16571576.

HSL color Cylindrical-coordinate representation of color #B8DCFC: hue angle of 208.24º 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 #B8DCFC is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184220252-
CMYK0.270.1300.01
HSL208.24º91.89%85.49%-
HSV(B)208.24º26.98%98.82%-
XYZ62.9368.41101.98-
YUV212.88150.07107.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.05%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=28.05%
G=33.54%
B=38.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842202520.270.1300.01208.2491.8985.49
HexB8DCFC1BD01d05c55
Octal270334374331501320134125
Binary101110001101110011111100110111101011101000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DCFC; }

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

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

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

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

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

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

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

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