Html Css Color HEX #BBC1EF Perano

📋 copy color: '#BBC1EF'

red 187 ◦ green 193 ◦ blue 239

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

Shades of Perano #BBC1EF

Tints of Perano #BBC1EF

RGB

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

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

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

R = 30.21%
G = 31.18%
B = 38.61%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBC1EF (or 0xBBC1EF) is known color: Perano. HEX triplet: BB, C1 and EF. RGB value is (187,193,239). Sum of RGB (Red+Green+Blue) = 187+193+239=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBC1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1EF is #443E10. Grayscale: #C4C4C4. Windows color (decimal): -4472337 or 15712699. OLE color: 15712699.

HSL color Cylindrical-coordinate representation of color #BBC1EF: hue angle of 233.08º 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 #BBC1EF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 193 239 -
CMYK 0.22 0.19 0 0.06
HSL 233.08º 0.62% 0.84% -
HSV(B) 233.08º 0.22% 0.94% -
XYZ 55.14 54.94 89.36 -
YUV 196.45 152.01 121.26 -
System Red Green Blue C M Y K H S L
Decimal 187 193 239 0.22 0.19 0 0.06 233.08 0.62 0.84
Hex BB C1 EF 16 13 0 6 E9 3E 54
Octal 273 301 357 26 23 0 6 351 76 124
Binary 10111011 11000001 11101111 10110 10011 0 110 11101001 111110 1010100

Color Harmonies of #BBC1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1EF

Black with #BBC1EF

Text Example


Text Example

White with #BBC1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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