#B4D6EF

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

Shades of Pale Cornflower Blue #B4D6EF

Tints of Pale Cornflower Blue #B4D6EF

Color information

#B4D6EF (or 0xB4D6EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, D6 and EF. RGB value is (180,214,239). Sum of RGB (Red+Green+Blue) = 180+214+239=633 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.44% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4D6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D6EF is #4B2910. Grayscale: #CECECE. Windows color (decimal): -4925713 or 15718068. OLE color: 15718068.

HSL color Cylindrical-coordinate representation of color #B4D6EF: hue angle of 205.42º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4D6EF is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180214239-
CMYK0.250.1000.06
HSL205.42º64.84%82.16%-
HSV(B)205.42º24.69%93.73%-
XYZ58.4564.0390.94-
YUV206.68146.24108.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.44%
GREEN value IS 214 (83.98% from 255) = 33.81%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=28.44%
G=33.81%
B=37.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802142390.250.1000.06205.4264.8482.16
HexB4D6EF19A06cd4152
Octal264326357311206315101122
Binary10110100110101101110111111001101001101100110110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D6EF; }

 p { color: rgb(180,214,239); }

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

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

 a { background-color: rgb(180,214,239); }

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

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

 span { border-color: rgb(180,214,239); }

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