Html Css Color HEX #BCBFEA Perano

📋 copy color: '#BCBFEA'

red 188 ◦ green 191 ◦ blue 234

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

Shades of Perano #BCBFEA

Tints of Perano #BCBFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 30.67%
G = 31.16%
B = 38.17%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCBFEA (or 0xBCBFEA) is known color: Perano. HEX triplet: BC, BF and EA. RGB value is (188,191,234). Sum of RGB (Red+Green+Blue) = 188+191+234=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCBFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFEA is #434015. Grayscale: #C2C2C2. Windows color (decimal): -4407318 or 15384508. OLE color: 15384508.

HSL color Cylindrical-coordinate representation of color #BCBFEA: hue angle of 236.09º degrees, saturation: 0.52, 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 #BCBFEA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 191 234 -
CMYK 0.20 0.18 0 0.08
HSL 236.09º 0.52% 0.83% -
HSV(B) 236.09º 0.2% 0.92% -
XYZ 54.22 53.89 85.39 -
YUV 195.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 188 191 234 0.20 0.18 0 0.08 236.09 0.52 0.83
Hex BC BF EA 14 12 0 8 EC 34 53
Octal 274 277 352 24 22 0 10 354 64 123
Binary 10111100 10111111 11101010 10100 10010 0 1000 11101100 110100 1010011

Color Harmonies of #BCBFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFEA

Black with #BCBFEA

Text Example


Text Example

White with #BCBFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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