#B4DFFD

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

Shades of Pale Cornflower Blue #B4DFFD

Tints of Pale Cornflower Blue #B4DFFD

Color information

#B4DFFD (or 0xB4DFFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, DF and FD. RGB value is (180,223,253). Sum of RGB (Red+Green+Blue) = 180+223+253=656 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.44% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DFFD is #4B2002. Grayscale: #D5D5D5. Windows color (decimal): -4923395 or 16637876. OLE color: 16637876.

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

Color convert

RGB180223253-
CMYK0.290.1200.01
HSL204.66º94.81%84.9%-
HSV(B)204.66º28.85%99.22%-
XYZ62.9469.57103.04-
YUV213.56150.25104.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.44%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=27.44%
G=33.99%
B=38.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802232530.290.1200.01204.6694.8184.9
HexB4DFFD1DC01cd5f55
Octal264337375351401315137125
Binary101101001101111111111101111011100011100110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DFFD; }

 p { color: rgb(180,223,253); }

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

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

 a { background-color: rgb(180,223,253); }

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

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

 span { border-color: rgb(180,223,253); }

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