Html Css Color HEX #BBBCF1 Perano

📋 copy color: '#BBBCF1'

red 187 ◦ green 188 ◦ blue 241

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

Shades of Perano #BBBCF1

Tints of Perano #BBBCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.52%

 BLUE value IS 241 (94.53% from 255) = 39.12%

R = 30.36%
G = 30.52%
B = 39.12%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBBCF1 (or 0xBBBCF1) is known color: Perano. HEX triplet: BB, BC and F1. RGB value is (187,188,241). Sum of RGB (Red+Green+Blue) = 187+188+241=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBBCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCF1 is #44430E. Grayscale: #C1C1C1. Windows color (decimal): -4473615 or 15842491. OLE color: 15842491.

HSL color Cylindrical-coordinate representation of color #BBBCF1: hue angle of 238.89º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBBCF1 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 188 241 -
CMYK 0.22 0.22 0 0.05
HSL 238.89º 0.66% 0.84% -
HSV(B) 238.89º 0.22% 0.95% -
XYZ 54.35 52.88 90.56 -
YUV 193.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 187 188 241 0.22 0.22 0 0.05 238.89 0.66 0.84
Hex BB BC F1 16 16 0 5 EF 42 54
Octal 273 274 361 26 26 0 5 357 102 124
Binary 10111011 10111100 11110001 10110 10110 0 101 11101111 1000010 1010100

Color Harmonies of #BBBCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBCF1

Black with #BBBCF1

Text Example


Text Example

White with #BBBCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBCF1; }

 p { color: rgb(187,188,241); }

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

background-color css

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

 a { background-color: rgb(187,188,241); }

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

border-color css

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

 span { border-color: rgb(187,188,241); }

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