#BFD8DF

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

Shades of Light Blue #BFD8DF

Tints of Light Blue #BFD8DF

Color information

#BFD8DF (or 0xBFD8DF) is unknown color: approx Light Blue. HEX triplet: BF, D8 and DF. RGB value is (191,216,223). Sum of RGB (Red+Green+Blue) = 191+216+223=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFD8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD8DF is #402720. Grayscale: #D1D1D1. Windows color (decimal): -4204321 or 14670015. OLE color: 14670015.

HSL color Cylindrical-coordinate representation of color #BFD8DF: hue angle of 193.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD8DF is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191216223-
CMYK0.140.0300.13
HSL193.12º33.33%81.18%-
HSV(B)193.12º14.35%87.45%-
XYZ59.3665.5279.33-
YUV209.32135.72114.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.32%
GREEN value IS 216 (84.77% from 255) = 34.29%
BLUE value IS 223 (87.5% from 255) = 35.40%
R=30.32%
G=34.29%
B=35.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912162230.140.0300.13193.1233.3381.18
HexBFD8DFE30Dc12151
Octal27733033716301530141121
Binary10111111110110001101111111101101101110000011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD8DF; }

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

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

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

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

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

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

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

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