Html Css Color HEX #BBBEEF Perano

📋 copy color: '#BBBEEF'

red 187 ◦ green 190 ◦ blue 239

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

Shades of Perano #BBBEEF

Tints of Perano #BBBEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.8%

R = 30.36%
G = 30.84%
B = 38.8%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBBEEF (or 0xBBBEEF) is known color: Perano. HEX triplet: BB, BE and EF. RGB value is (187,190,239). Sum of RGB (Red+Green+Blue) = 187+190+239=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBBEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEEF is #444110. Grayscale: #C2C2C2. Windows color (decimal): -4473105 or 15711931. OLE color: 15711931.

HSL color Cylindrical-coordinate representation of color #BBBEEF: hue angle of 236.54º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBBEEF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 190 239 -
CMYK 0.22 0.21 0 0.06
HSL 236.54º 0.62% 0.84% -
HSV(B) 236.54º 0.22% 0.94% -
XYZ 54.49 53.62 89.14 -
YUV 194.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 187 190 239 0.22 0.21 0 0.06 236.54 0.62 0.84
Hex BB BE EF 16 15 0 6 ED 3E 54
Octal 273 276 357 26 25 0 6 355 76 124
Binary 10111011 10111110 11101111 10110 10101 0 110 11101101 111110 1010100

Color Harmonies of #BBBEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBEEF

Black with #BBBEEF

Text Example


Text Example

White with #BBBEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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