#B6DAFE

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

Shades of Pale Cornflower Blue #B6DAFE

Tints of Pale Cornflower Blue #B6DAFE

Color information

#B6DAFE (or 0xB6DAFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B6, DA and FE. RGB value is (182,218,254). Sum of RGB (Red+Green+Blue) = 182+218+254=654 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.83% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DAFE is #492501. Grayscale: #D3D3D3. Windows color (decimal): -4793602 or 16702134. OLE color: 16702134.

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

Color convert

RGB182218254-
CMYK0.280.1400.00
HSL210º97.3%85.49%-
HSV(B)210º28.35%99.61%-
XYZ62.2567.24103.46-
YUV211.34152.07107.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.83%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=27.83%
G=33.33%
B=38.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1822182540.280.1400.0021097.385.49
HexB6DAFE1CE00d26155
Octal266332376341600322141125
Binary101101101101101011111110111001110001101001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DAFE; }

 p { color: rgb(182,218,254); }

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

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

 a { background-color: rgb(182,218,254); }

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

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

 span { border-color: rgb(182,218,254); }

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