Html Css Color HEX #BBBEEC Perano

📋 copy color: '#BBBEEC'

red 187 ◦ green 190 ◦ blue 236

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

Shades of Perano #BBBEEC

Tints of Perano #BBBEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.5%

R = 30.51%
G = 31%
B = 38.5%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBBEEC (or 0xBBBEEC) is known color: Perano. HEX triplet: BB, BE and EC. RGB value is (187,190,236). Sum of RGB (Red+Green+Blue) = 187+190+236=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBBEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEEC is #444113. Grayscale: #C2C2C2. Windows color (decimal): -4473108 or 15515323. OLE color: 15515323.

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

Color convert

RGB 187 190 236 -
CMYK 0.21 0.19 0 0.07
HSL 236.33º 0.56% 0.83% -
HSV(B) 236.33º 0.21% 0.93% -
XYZ 54.05 53.45 86.82 -
YUV 194.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 187 190 236 0.21 0.19 0 0.07 236.33 0.56 0.83
Hex BB BE EC 15 13 0 7 EC 38 53
Octal 273 276 354 25 23 0 7 354 70 123
Binary 10111011 10111110 11101100 10101 10011 0 111 11101100 111000 1010011

Color Harmonies of #BBBEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBEEC

Black with #BBBEEC

Text Example


Text Example

White with #BBBEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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