#B6D4F3

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

Shades of Pale Cornflower Blue #B6D4F3

Tints of Pale Cornflower Blue #B6D4F3

Color information

#B6D4F3 (or 0xB6D4F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: B6, D4 and F3. RGB value is (182,212,243). Sum of RGB (Red+Green+Blue) = 182+212+243=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #B6D4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6D4F3 is #492B0C. Grayscale: #CECECE. Windows color (decimal): -4795149 or 15979702. OLE color: 15979702.

HSL color Cylindrical-coordinate representation of color #B6D4F3: hue angle of 210.49º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6D4F3 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182212243-
CMYK0.250.1300.05
HSL210.49º71.76%83.33%-
HSV(B)210.49º25.1%95.29%-
XYZ59.0163.593.94-
YUV206.56148.56110.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.57%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 243 (95.31% from 255) = 38.15%
R=28.57%
G=33.28%
B=38.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822122430.250.1300.05210.4971.7683.33
HexB6D4F319D05d24853
Octal266324363311505322110123
Binary10110110110101001111001111001110101011101001010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D4F3; }

 p { color: rgb(182,212,243); }

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

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

 a { background-color: rgb(182,212,243); }

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

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

 span { border-color: rgb(182,212,243); }

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