#BDC1F1

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

Shades of Perano #BDC1F1

Tints of Perano #BDC1F1

Color information

#BDC1F1 (or 0xBDC1F1) is unknown color: approx Perano. HEX triplet: BD, C1 and F1. RGB value is (189,193,241). Sum of RGB (Red+Green+Blue) = 189+193+241=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDC1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1F1 is #423E0E. Grayscale: #C5C5C5. Windows color (decimal): -4341263 or 15843773. OLE color: 15843773.

HSL color Cylindrical-coordinate representation of color #BDC1F1: hue angle of 235.38º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC1F1 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189193241-
CMYK0.220.2000.05
HSL235.38º65%84.31%-
HSV(B)235.38º21.58%94.51%-
XYZ55.9355.3190.95-
YUV197.28152.67122.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.34%
GREEN value IS 193 (75.78% from 255) = 30.98%
BLUE value IS 241 (94.53% from 255) = 38.68%
R=30.34%
G=30.98%
B=38.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891932410.220.2000.05235.386584.31
HexBDC1F1161405eb4154
Octal275301361262405353101124
Binary101111011100000111110001101101010001011110101110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1F1; }

 p { color: rgb(189,193,241); }

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

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

 a { background-color: rgb(189,193,241); }

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

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

 span { border-color: rgb(189,193,241); }

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