#B7D2F8

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

Shades of Pale Cornflower Blue #B7D2F8

Tints of Pale Cornflower Blue #B7D2F8

Color information

#B7D2F8 (or 0xB7D2F8) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, D2 and F8. RGB value is (183,210,248). Sum of RGB (Red+Green+Blue) = 183+210+248=641 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.55% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #B7D2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D2F8 is #482D07. Grayscale: #CECECE. Windows color (decimal): -4730120 or 16306871. OLE color: 16306871.

HSL color Cylindrical-coordinate representation of color #B7D2F8: hue angle of 215.08º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7D2F8 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB183210248-
CMYK0.260.1500.03
HSL215.08º82.28%84.51%-
HSV(B)215.08º26.21%97.25%-
XYZ59.5262.9497.82-
YUV206.26151.55111.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.55%
GREEN value IS 210 (82.42% from 255) = 32.76%
BLUE value IS 248 (97.27% from 255) = 38.69%
R=28.55%
G=32.76%
B=38.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1832102480.260.1500.03215.0882.2884.51
HexB7D2F81AF03d75255
Octal267322370321703327122125
Binary1011011111010010111110001101011110111101011110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D2F8; }

 p { color: rgb(183,210,248); }

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

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

 a { background-color: rgb(183,210,248); }

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

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

 span { border-color: rgb(183,210,248); }

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