#BFCCFF

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

Shades of Lavender Blue #BFCCFF

Tints of Lavender Blue #BFCCFF

Color information

#BFCCFF (or 0xBFCCFF) is unknown color: approx Lavender Blue. HEX triplet: BF, CC and FF. RGB value is (191,204,255). Sum of RGB (Red+Green+Blue) = 191+204+255=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFCCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCFF is #403300. Grayscale: #CDCDCD. Windows color (decimal): -4207361 or 16764095. OLE color: 16764095.

HSL color Cylindrical-coordinate representation of color #BFCCFF: hue angle of 227.81º 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 #BFCCFF is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191204255-
CMYK0.250.200
HSL227.81º100%87.45%-
HSV(B)227.81º25.1%100%-
XYZ61.1361.48103.25-
YUV205.93155.69117.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.38%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 255 (100% from 255) = 39.23%
R=29.38%
G=31.38%
B=39.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912042550.250.200227.8110087.45
HexBFCCFF191400e46457
Octal277314377312400344144127
Binary1011111111001100111111111100110100001110010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCFF; }

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

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

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

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

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

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

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

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