Html Css Color HEX #BBBFE6 Perano

📋 copy color: '#BBBFE6'

red 187 ◦ green 191 ◦ blue 230

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

Shades of Perano #BBBFE6

Tints of Perano #BBBFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.83%

R = 30.76%
G = 31.41%
B = 37.83%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBBFE6 (or 0xBBBFE6) is known color: Perano. HEX triplet: BB, BF and E6. RGB value is (187,191,230). Sum of RGB (Red+Green+Blue) = 187+191+230=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBBFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFE6 is #444019. Grayscale: #C2C2C2. Windows color (decimal): -4472858 or 15122363. OLE color: 15122363.

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

Color convert

RGB 187 191 230 -
CMYK 0.19 0.17 0 0.10
HSL 234.42º 0.46% 0.82% -
HSV(B) 234.42º 0.19% 0.9% -
XYZ 53.41 53.54 82.38 -
YUV 194.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 187 191 230 0.19 0.17 0 0.10 234.42 0.46 0.82
Hex BB BF E6 13 11 0 A EA 2E 52
Octal 273 277 346 23 21 0 12 352 56 122
Binary 10111011 10111111 11100110 10011 10001 0 1010 11101010 101110 1010010

Color Harmonies of #BBBFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFE6

Black with #BBBFE6

Text Example


Text Example

White with #BBBFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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