Html Css Color HEX #BBBEF4 Perano

📋 copy color: '#BBBEF4'

red 187 ◦ green 190 ◦ blue 244

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

Shades of Perano #BBBEF4

Tints of Perano #BBBEF4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.6%

 BLUE value IS 244 (95.7% from 255) = 39.29%

R = 30.11%
G = 30.6%
B = 39.29%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBBEF4 (or 0xBBBEF4) is known color: Perano. HEX triplet: BB, BE and F4. RGB value is (187,190,244). Sum of RGB (Red+Green+Blue) = 187+190+244=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBBEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEF4 is #44410B. Grayscale: #C3C3C3. Windows color (decimal): -4473100 or 16039611. OLE color: 16039611.

HSL color Cylindrical-coordinate representation of color #BBBEF4: hue angle of 236.84º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBBEF4 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 190 244 -
CMYK 0.23 0.22 0 0.04
HSL 236.84º 0.72% 0.85% -
HSV(B) 236.84º 0.23% 0.96% -
XYZ 55.24 53.92 93.08 -
YUV 195.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 187 190 244 0.23 0.22 0 0.04 236.84 0.72 0.85
Hex BB BE F4 17 16 0 4 ED 48 55
Octal 273 276 364 27 26 0 4 355 110 125
Binary 10111011 10111110 11110100 10111 10110 0 100 11101101 1001000 1010101

Color Harmonies of #BBBEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBEF4

Black with #BBBEF4

Text Example


Text Example

White with #BBBEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBEF4; }

 p { color: rgb(187,190,244); }

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

background-color css

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

 a { background-color: rgb(187,190,244); }

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

border-color css

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

 span { border-color: rgb(187,190,244); }

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