Html Css Color HEX #BCBFEC Perano

📋 copy color: '#BCBFEC'

red 188 ◦ green 191 ◦ blue 236

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

Shades of Perano #BCBFEC

Tints of Perano #BCBFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.37%

R = 30.57%
G = 31.06%
B = 38.37%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCBFEC (or 0xBCBFEC) is known color: Perano. HEX triplet: BC, BF and EC. RGB value is (188,191,236). Sum of RGB (Red+Green+Blue) = 188+191+236=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCBFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFEC is #434013. Grayscale: #C3C3C3. Windows color (decimal): -4407316 or 15515580. OLE color: 15515580.

HSL color Cylindrical-coordinate representation of color #BCBFEC: hue angle of 236.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCBFEC is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 191 236 -
CMYK 0.20 0.19 0 0.07
HSL 236.25º 0.56% 0.83% -
HSV(B) 236.25º 0.2% 0.93% -
XYZ 54.51 54.01 86.91 -
YUV 195.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 188 191 236 0.20 0.19 0 0.07 236.25 0.56 0.83
Hex BC BF EC 14 13 0 7 EC 38 53
Octal 274 277 354 24 23 0 7 354 70 123
Binary 10111100 10111111 11101100 10100 10011 0 111 11101100 111000 1010011

Color Harmonies of #BCBFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFEC

Black with #BCBFEC

Text Example


Text Example

White with #BCBFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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