#B7DAFF

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

Shades of Pale Cornflower Blue #B7DAFF

Tints of Pale Cornflower Blue #B7DAFF

Color information

#B7DAFF (or 0xB7DAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, DA and FF. RGB value is (183,218,255). Sum of RGB (Red+Green+Blue) = 183+218+255=656 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.90% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DAFF is #482500. Grayscale: #D3D3D3. Windows color (decimal): -4728065 or 16767671. OLE color: 16767671.

HSL color Cylindrical-coordinate representation of color #B7DAFF: hue angle of 210.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7DAFF is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB183218255-
CMYK0.280.1500
HSL210.83º100%85.88%-
HSV(B)210.83º28.24%100%-
XYZ62.6567.43104.32-
YUV211.75152.4107.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.90%
GREEN value IS 218 (85.55% from 255) = 33.23%
BLUE value IS 255 (100% from 255) = 38.87%
R=27.90%
G=33.23%
B=38.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832182550.280.1500210.8310085.88
HexB7DAFF1CF00d36456
Octal267332377341700323144126
Binary101101111101101011111111111001111001101001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DAFF; }

 p { color: rgb(183,218,255); }

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

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

 a { background-color: rgb(183,218,255); }

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

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

 span { border-color: rgb(183,218,255); }

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