Html Css Color HEX #BCBFEE Perano

📋 copy color: '#BCBFEE'

red 188 ◦ green 191 ◦ blue 238

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

Shades of Perano #BCBFEE

Tints of Perano #BCBFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.57%

R = 30.47%
G = 30.96%
B = 38.57%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCBFEE (or 0xBCBFEE) is known color: Perano. HEX triplet: BC, BF and EE. RGB value is (188,191,238). Sum of RGB (Red+Green+Blue) = 188+191+238=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCBFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFEE is #434011. Grayscale: #C3C3C3. Windows color (decimal): -4407314 or 15646652. OLE color: 15646652.

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

Color convert

RGB 188 191 238 -
CMYK 0.21 0.20 0 0.07
HSL 236.4º 0.6% 0.84% -
HSV(B) 236.4º 0.21% 0.93% -
XYZ 54.8 54.13 88.45 -
YUV 195.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 188 191 238 0.21 0.20 0 0.07 236.4 0.6 0.84
Hex BC BF EE 15 14 0 7 EC 3C 54
Octal 274 277 356 25 24 0 7 354 74 124
Binary 10111100 10111111 11101110 10101 10100 0 111 11101100 111100 1010100

Color Harmonies of #BCBFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFEE

Black with #BCBFEE

Text Example


Text Example

White with #BCBFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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