Html Css Color HEX #BBBEED Perano

📋 copy color: '#BBBEED'

red 187 ◦ green 190 ◦ blue 237

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

Shades of Perano #BBBEED

Tints of Perano #BBBEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.6%

R = 30.46%
G = 30.94%
B = 38.6%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBBEED (or 0xBBBEED) is known color: Perano. HEX triplet: BB, BE and ED. RGB value is (187,190,237). Sum of RGB (Red+Green+Blue) = 187+190+237=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBBEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEED is #444112. Grayscale: #C2C2C2. Windows color (decimal): -4473107 or 15580859. OLE color: 15580859.

HSL color Cylindrical-coordinate representation of color #BBBEED: hue angle of 236.4º degrees, saturation: 0.58, 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 #BBBEED is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 190 237 -
CMYK 0.21 0.20 0 0.07
HSL 236.4º 0.58% 0.83% -
HSV(B) 236.4º 0.21% 0.93% -
XYZ 54.19 53.51 87.59 -
YUV 194.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 187 190 237 0.21 0.20 0 0.07 236.4 0.58 0.83
Hex BB BE ED 15 14 0 7 EC 3A 53
Octal 273 276 355 25 24 0 7 354 72 123
Binary 10111011 10111110 11101101 10101 10100 0 111 11101100 111010 1010011

Color Harmonies of #BBBEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBEED

Black with #BBBEED

Text Example


Text Example

White with #BBBEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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