Html Css Color HEX #BBC1E9 Perano

📋 copy color: '#BBC1E9'

red 187 ◦ green 193 ◦ blue 233

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

Shades of Perano #BBC1E9

Tints of Perano #BBC1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.01%

R = 30.51%
G = 31.48%
B = 38.01%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBC1E9 (or 0xBBC1E9) is known color: Perano. HEX triplet: BB, C1 and E9. RGB value is (187,193,233). Sum of RGB (Red+Green+Blue) = 187+193+233=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBC1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1E9 is #443E16. Grayscale: #C3C3C3. Windows color (decimal): -4472343 or 15319483. OLE color: 15319483.

HSL color Cylindrical-coordinate representation of color #BBC1E9: hue angle of 232.17º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC1E9 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 193 233 -
CMYK 0.20 0.17 0 0.09
HSL 232.17º 0.51% 0.82% -
HSV(B) 232.17º 0.2% 0.91% -
XYZ 54.27 54.59 84.77 -
YUV 195.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 187 193 233 0.20 0.17 0 0.09 232.17 0.51 0.82
Hex BB C1 E9 14 11 0 9 E8 33 52
Octal 273 301 351 24 21 0 11 350 63 122
Binary 10111011 11000001 11101001 10100 10001 0 1001 11101000 110011 1010010

Color Harmonies of #BBC1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1E9

Black with #BBC1E9

Text Example


Text Example

White with #BBC1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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