Html Css Color HEX #BBBFE7 Perano

📋 copy color: '#BBBFE7'

red 187 ◦ green 191 ◦ blue 231

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

Shades of Perano #BBBFE7

Tints of Perano #BBBFE7

RGB

 RED value IS 187 (73.44% from 255) = 30.71%

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

 BLUE value IS 231 (90.63% from 255) = 37.93%

R = 30.71%
G = 31.36%
B = 37.93%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBBFE7 (or 0xBBBFE7) is known color: Perano. HEX triplet: BB, BF and E7. RGB value is (187,191,231). Sum of RGB (Red+Green+Blue) = 187+191+231=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBBFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFE7 is #444018. Grayscale: #C2C2C2. Windows color (decimal): -4472857 or 15187899. OLE color: 15187899.

HSL color Cylindrical-coordinate representation of color #BBBFE7: hue angle of 234.55º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBBFE7 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 191 231 -
CMYK 0.19 0.17 0 0.09
HSL 234.55º 0.48% 0.82% -
HSV(B) 234.55º 0.19% 0.91% -
XYZ 53.55 53.6 83.12 -
YUV 194.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 187 191 231 0.19 0.17 0 0.09 234.55 0.48 0.82
Hex BB BF E7 13 11 0 9 EB 30 52
Octal 273 277 347 23 21 0 11 353 60 122
Binary 10111011 10111111 11100111 10011 10001 0 1001 11101011 110000 1010010

Color Harmonies of #BBBFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFE7

Black with #BBBFE7

Text Example


Text Example

White with #BBBFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFE7; }

 p { color: rgb(187,191,231); }

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

background-color css

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

 a { background-color: rgb(187,191,231); }

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

border-color css

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

 span { border-color: rgb(187,191,231); }

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