#BFD8E4

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

Shades of Light Blue #BFD8E4

Tints of Light Blue #BFD8E4

Color information

#BFD8E4 (or 0xBFD8E4) is unknown color: approx Light Blue. HEX triplet: BF, D8 and E4. RGB value is (191,216,228). Sum of RGB (Red+Green+Blue) = 191+216+228=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFD8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD8E4 is #40271B. Grayscale: #D1D1D1. Windows color (decimal): -4204316 or 14997695. OLE color: 14997695.

HSL color Cylindrical-coordinate representation of color #BFD8E4: hue angle of 199.46º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFD8E4 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191216228-
CMYK0.160.0500.11
HSL199.46º40.66%82.16%-
HSV(B)199.46º16.23%89.41%-
XYZ60.0565.7982.93-
YUV209.89138.22114.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 216 (84.77% from 255) = 34.02%
BLUE value IS 228 (89.45% from 255) = 35.91%
R=30.08%
G=34.02%
B=35.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912162280.160.0500.11199.4640.6682.16
HexBFD8E41050Bc72952
Octal27733034420501330751122
Binary1011111111011000111001001000010101011110001111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD8E4; }

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

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

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

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

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

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

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

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