#B4CEFF

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

Shades of Pale Cornflower Blue #B4CEFF

Tints of Pale Cornflower Blue #B4CEFF

Color information

#B4CEFF (or 0xB4CEFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, CE and FF. RGB value is (180,206,255). Sum of RGB (Red+Green+Blue) = 180+206+255=641 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.08% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CEFF is #4B3100. Grayscale: #CBCBCB. Windows color (decimal): -4927745 or 16764596. OLE color: 16764596.

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

Color convert

RGB180206255-
CMYK0.290.1900
HSL219.2º100%85.29%-
HSV(B)219.2º29.41%100%-
XYZ58.9461.07103.29-
YUV203.81156.89111.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.08%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 255 (100% from 255) = 39.78%
R=28.08%
G=32.14%
B=39.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802062550.290.1900219.210085.29
HexB4CEFF1D1300db6455
Octal264316377352300333144125
Binary1011010011001110111111111110110011001101101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CEFF; }

 p { color: rgb(180,206,255); }

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

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

 a { background-color: rgb(180,206,255); }

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

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

 span { border-color: rgb(180,206,255); }

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