#B2DBFA

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

Shades of Pale Cornflower Blue #B2DBFA

Tints of Pale Cornflower Blue #B2DBFA

Color information

#B2DBFA (or 0xB2DBFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B2, DB and FA. RGB value is (178,219,250). Sum of RGB (Red+Green+Blue) = 178+219+250=647 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.51% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2DBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DBFA is #4D2405. Grayscale: #D2D2D2. Windows color (decimal): -5055494 or 16440242. OLE color: 16440242.

HSL color Cylindrical-coordinate representation of color #B2DBFA: hue angle of 205.83º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2DBFA is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178219250-
CMYK0.290.1200.02
HSL205.83º87.8%83.92%-
HSV(B)205.83º28.8%98.04%-
XYZ60.9567.03100.17-
YUV210.28150.42104.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.51%
GREEN value IS 219 (85.94% from 255) = 33.85%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=27.51%
G=33.85%
B=38.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782192500.290.1200.02205.8387.883.92
HexB2DBFA1DC02ce5854
Octal262333372351402316130124
Binary1011001011011011111110101110111000101100111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DBFA; }

 p { color: rgb(178,219,250); }

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

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

 a { background-color: rgb(178,219,250); }

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

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

 span { border-color: rgb(178,219,250); }

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