Html Css Color HEX #BBC1E5 Perano

📋 copy color: '#BBC1E5'

red 187 ◦ green 193 ◦ blue 229

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

Shades of Perano #BBC1E5

Tints of Perano #BBC1E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.6%

R = 30.71%
G = 31.69%
B = 37.6%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBC1E5 (or 0xBBC1E5) is known color: Perano. HEX triplet: BB, C1 and E5. RGB value is (187,193,229). Sum of RGB (Red+Green+Blue) = 187+193+229=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBC1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1E5 is #443E1A. Grayscale: #C3C3C3. Windows color (decimal): -4472347 or 15057339. OLE color: 15057339.

HSL color Cylindrical-coordinate representation of color #BBC1E5: hue angle of 231.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBC1E5 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 193 229 -
CMYK 0.18 0.16 0 0.10
HSL 231.43º 0.45% 0.82% -
HSV(B) 231.43º 0.18% 0.9% -
XYZ 53.71 54.36 81.79 -
YUV 195.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 187 193 229 0.18 0.16 0 0.10 231.43 0.45 0.82
Hex BB C1 E5 12 10 0 A E7 2D 52
Octal 273 301 345 22 20 0 12 347 55 122
Binary 10111011 11000001 11100101 10010 10000 0 1010 11100111 101101 1010010

Color Harmonies of #BBC1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1E5

Black with #BBC1E5

Text Example


Text Example

White with #BBC1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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