#B4DCFF

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

Shades of Pale Cornflower Blue #B4DCFF

Tints of Pale Cornflower Blue #B4DCFF

Color information

#B4DCFF (or 0xB4DCFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, DC and FF. RGB value is (180,220,255). Sum of RGB (Red+Green+Blue) = 180+220+255=655 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.48% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DCFF is #4B2300. Grayscale: #D3D3D3. Windows color (decimal): -4924161 or 16768180. OLE color: 16768180.

HSL color Cylindrical-coordinate representation of color #B4DCFF: hue angle of 208º 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 #B4DCFF is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB180220255-
CMYK0.290.1400
HSL208º100%85.29%-
HSV(B)208º29.41%100%-
XYZ62.4768.11104.46-
YUV212.03152.25105.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.48%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 255 (100% from 255) = 38.93%
R=27.48%
G=33.59%
B=38.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802202550.290.140020810085.29
HexB4DCFF1DE00d06455
Octal264334377351600320144125
Binary101101001101110011111111111011110001101000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCFF; }

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

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

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

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

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

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

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

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