Html Css Color HEX #BCBCF1 Perano

📋 copy color: '#BCBCF1'

red 188 ◦ green 188 ◦ blue 241

#BCBCF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #BCBCF1

Tints of Perano #BCBCF1

RGB

 RED value IS 188 (73.83% from 255) = 30.47%

 GREEN value IS 188 (73.83% from 255) = 30.47%

 BLUE value IS 241 (94.53% from 255) = 39.06%

R = 30.47%
G = 30.47%
B = 39.06%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCBCF1 (or 0xBCBCF1) is known color: Perano. HEX triplet: BC, BC and F1. RGB value is (188,188,241). Sum of RGB (Red+Green+Blue) = 188+188+241=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCBCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCF1 is #43430E. Grayscale: #C1C1C1. Windows color (decimal): -4408079 or 15842492. OLE color: 15842492.

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

Color convert

RGB 188 188 241 -
CMYK 0.22 0.22 0 0.05
HSL 240º 0.65% 0.84% -
HSV(B) 240º 0.22% 0.95% -
XYZ 54.6 53.01 90.57 -
YUV 194.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 188 188 241 0.22 0.22 0 0.05 240 0.65 0.84
Hex BC BC F1 16 16 0 5 F0 41 54
Octal 274 274 361 26 26 0 5 360 101 124
Binary 10111100 10111100 11110001 10110 10110 0 101 11110000 1000001 1010100

Color Harmonies of #BCBCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBCF1

Black with #BCBCF1

Text Example


Text Example

White with #BCBCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBCF1; }

 p { color: rgb(188,188,241); }

 H1.HeaderClassName
 {
   color: #BCBCF1;
 }
 .AnyTagClassName
 {
   color: #BCBCF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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