#BFD8EA

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

Shades of Light Blue #BFD8EA

Tints of Light Blue #BFD8EA

Color information

#BFD8EA (or 0xBFD8EA) is unknown color: approx Light Blue. HEX triplet: BF, D8 and EA. RGB value is (191,216,234). Sum of RGB (Red+Green+Blue) = 191+216+234=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFD8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD8EA is #402715. Grayscale: #D2D2D2. Windows color (decimal): -4204310 or 15390911. OLE color: 15390911.

HSL color Cylindrical-coordinate representation of color #BFD8EA: hue angle of 205.12º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFD8EA is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191216234-
CMYK0.180.0800.08
HSL205.12º50.59%83.33%-
HSV(B)205.12º18.38%91.76%-
XYZ60.8966.1387.4-
YUV210.58141.22114.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.80%
GREEN value IS 216 (84.77% from 255) = 33.70%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=29.80%
G=33.70%
B=36.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912162340.180.0800.08205.1250.5983.33
HexBFD8EA12808cd3353
Octal277330352221001031563123
Binary10111111110110001110101010010100001000110011011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD8EA; }

 p { color: rgb(191,216,234); }

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

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

 a { background-color: rgb(191,216,234); }

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

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

 span { border-color: rgb(191,216,234); }

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