Html Css Color HEX #BBC0EF Perano

📋 copy color: '#BBC0EF'

red 187 ◦ green 192 ◦ blue 239

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

Shades of Perano #BBC0EF

Tints of Perano #BBC0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.07%

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

R = 30.26%
G = 31.07%
B = 38.67%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBC0EF (or 0xBBC0EF) is known color: Perano. HEX triplet: BB, C0 and EF. RGB value is (187,192,239). Sum of RGB (Red+Green+Blue) = 187+192+239=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0EF is #443F10. Grayscale: #C3C3C3. Windows color (decimal): -4472593 or 15712443. OLE color: 15712443.

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

Color convert

RGB 187 192 239 -
CMYK 0.22 0.20 0 0.06
HSL 234.23º 0.62% 0.84% -
HSV(B) 234.23º 0.22% 0.94% -
XYZ 54.92 54.5 89.29 -
YUV 195.86 152.34 121.68 -
System Red Green Blue C M Y K H S L
Decimal 187 192 239 0.22 0.20 0 0.06 234.23 0.62 0.84
Hex BB C0 EF 16 14 0 6 EA 3E 54
Octal 273 300 357 26 24 0 6 352 76 124
Binary 10111011 11000000 11101111 10110 10100 0 110 11101010 111110 1010100

Color Harmonies of #BBC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0EF

Black with #BBC0EF

Text Example


Text Example

White with #BBC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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