Html Css Color HEX #BCBFEF Perano

📋 copy color: '#BCBFEF'

red 188 ◦ green 191 ◦ blue 239

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

Shades of Perano #BCBFEF

Tints of Perano #BCBFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.67%

R = 30.42%
G = 30.91%
B = 38.67%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCBFEF (or 0xBCBFEF) is known color: Perano. HEX triplet: BC, BF and EF. RGB value is (188,191,239). Sum of RGB (Red+Green+Blue) = 188+191+239=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCBFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFEF is #434010. Grayscale: #C3C3C3. Windows color (decimal): -4407313 or 15712188. OLE color: 15712188.

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

Color convert

RGB 188 191 239 -
CMYK 0.21 0.20 0 0.06
HSL 236.47º 0.61% 0.84% -
HSV(B) 236.47º 0.21% 0.94% -
XYZ 54.95 54.18 89.22 -
YUV 195.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 188 191 239 0.21 0.20 0 0.06 236.47 0.61 0.84
Hex BC BF EF 15 14 0 6 EC 3D 54
Octal 274 277 357 25 24 0 6 354 75 124
Binary 10111100 10111111 11101111 10101 10100 0 110 11101100 111101 1010100

Color Harmonies of #BCBFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFEF

Black with #BCBFEF

Text Example


Text Example

White with #BCBFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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