Html Css Color HEX #BCBFF0 Perano

📋 copy color: '#BCBFF0'

red 188 ◦ green 191 ◦ blue 240

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

Shades of Perano #BCBFF0

Tints of Perano #BCBFF0

RGB

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

 GREEN value IS 191 (75% from 255) = 30.86%

 BLUE value IS 240 (94.14% from 255) = 38.77%

R = 30.37%
G = 30.86%
B = 38.77%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCBFF0 (or 0xBCBFF0) is known color: Perano. HEX triplet: BC, BF and F0. RGB value is (188,191,240). Sum of RGB (Red+Green+Blue) = 188+191+240=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCBFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFF0 is #43400F. Grayscale: #C3C3C3. Windows color (decimal): -4407312 or 15777724. OLE color: 15777724.

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

Color convert

RGB 188 191 240 -
CMYK 0.22 0.20 0 0.06
HSL 236.54º 0.63% 0.84% -
HSV(B) 236.54º 0.22% 0.94% -
XYZ 55.1 54.24 90 -
YUV 195.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 188 191 240 0.22 0.20 0 0.06 236.54 0.63 0.84
Hex BC BF F0 16 14 0 6 ED 3F 54
Octal 274 277 360 26 24 0 6 355 77 124
Binary 10111100 10111111 11110000 10110 10100 0 110 11101101 111111 1010100

Color Harmonies of #BCBFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFF0

Black with #BCBFF0

Text Example


Text Example

White with #BCBFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFF0; }

 p { color: rgb(188,191,240); }

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

background-color css

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

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

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

border-color css

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

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

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