Html Css Color HEX #BCBFEB Perano

📋 copy color: '#BCBFEB'

red 188 ◦ green 191 ◦ blue 235

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

Shades of Perano #BCBFEB

Tints of Perano #BCBFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.27%

R = 30.62%
G = 31.11%
B = 38.27%

CMYK

 C value IS 0.2

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCBFEB (or 0xBCBFEB) is known color: Perano. HEX triplet: BC, BF and EB. RGB value is (188,191,235). Sum of RGB (Red+Green+Blue) = 188+191+235=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCBFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFEB is #434014. Grayscale: #C2C2C2. Windows color (decimal): -4407317 or 15450044. OLE color: 15450044.

HSL color Cylindrical-coordinate representation of color #BCBFEB: hue angle of 236.17º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCBFEB is Cyan = 0.2, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 191 235 -
CMYK 0.2 0.19 0 0.08
HSL 236.17º 0.54% 0.83% -
HSV(B) 236.17º 0.2% 0.92% -
XYZ 54.37 53.95 86.15 -
YUV 195.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 188 191 235 0.2 0.19 0 0.08 236.17 0.54 0.83
Hex BC BF EB 14 13 0 8 EC 36 53
Octal 274 277 353 24 23 0 10 354 66 123
Binary 10111100 10111111 11101011 10100 10011 0 1000 11101100 110110 1010011

Color Harmonies of #BCBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFEB

Black with #BCBFEB

Text Example


Text Example

White with #BCBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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