Html Css Color HEX #BBC1E7 Perano

📋 copy color: '#BBC1E7'

red 187 ◦ green 193 ◦ blue 231

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

Shades of Perano #BBC1E7

Tints of Perano #BBC1E7

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.59%

 BLUE value IS 231 (90.63% from 255) = 37.81%

R = 30.61%
G = 31.59%
B = 37.81%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBC1E7 (or 0xBBC1E7) is known color: Perano. HEX triplet: BB, C1 and E7. RGB value is (187,193,231). Sum of RGB (Red+Green+Blue) = 187+193+231=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBC1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1E7 is #443E18. Grayscale: #C3C3C3. Windows color (decimal): -4472345 or 15188411. OLE color: 15188411.

HSL color Cylindrical-coordinate representation of color #BBC1E7: hue angle of 231.82º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBC1E7 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 193 231 -
CMYK 0.19 0.16 0 0.09
HSL 231.82º 0.48% 0.82% -
HSV(B) 231.82º 0.19% 0.91% -
XYZ 53.99 54.47 83.27 -
YUV 195.54 148.01 121.91 -
System Red Green Blue C M Y K H S L
Decimal 187 193 231 0.19 0.16 0 0.09 231.82 0.48 0.82
Hex BB C1 E7 13 10 0 9 E8 30 52
Octal 273 301 347 23 20 0 11 350 60 122
Binary 10111011 11000001 11100111 10011 10000 0 1001 11101000 110000 1010010

Color Harmonies of #BBC1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1E7

Black with #BBC1E7

Text Example


Text Example

White with #BBC1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1E7; }

 p { color: rgb(187,193,231); }

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

background-color css

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

 a { background-color: rgb(187,193,231); }

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

border-color css

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

 span { border-color: rgb(187,193,231); }

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