#BFCDFF

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

Shades of Lavender Blue #BFCDFF

Tints of Lavender Blue #BFCDFF

Color information

#BFCDFF (or 0xBFCDFF) is unknown color: approx Lavender Blue. HEX triplet: BF, CD and FF. RGB value is (191,205,255). Sum of RGB (Red+Green+Blue) = 191+205+255=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFCDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDFF is #403200. Grayscale: #CECECE. Windows color (decimal): -4207105 or 16764351. OLE color: 16764351.

HSL color Cylindrical-coordinate representation of color #BFCDFF: hue angle of 226.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFCDFF is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191205255-
CMYK0.250.2000
HSL226.88º100%87.45%-
HSV(B)226.88º25.1%100%-
XYZ61.3761.96103.33-
YUV206.51155.36116.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.34%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 255 (100% from 255) = 39.17%
R=29.34%
G=31.49%
B=39.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912052550.250.2000226.8810087.45
HexBFCDFF191400e36457
Octal277315377312400343144127
Binary1011111111001101111111111100110100001110001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDFF; }

 p { color: rgb(191,205,255); }

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

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

 a { background-color: rgb(191,205,255); }

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

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

 span { border-color: rgb(191,205,255); }

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