Html Css Color HEX #BBC0F2 Perano

📋 copy color: '#BBC0F2'

red 187 ◦ green 192 ◦ blue 242

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

Shades of Perano #BBC0F2

Tints of Perano #BBC0F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.97%

R = 30.11%
G = 30.92%
B = 38.97%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBC0F2 (or 0xBBC0F2) is known color: Perano. HEX triplet: BB, C0 and F2. RGB value is (187,192,242). Sum of RGB (Red+Green+Blue) = 187+192+242=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBC0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0F2 is #443F0D. Grayscale: #C4C4C4. Windows color (decimal): -4472590 or 15909051. OLE color: 15909051.

HSL color Cylindrical-coordinate representation of color #BBC0F2: hue angle of 234.55º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC0F2 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 192 242 -
CMYK 0.23 0.21 0 0.05
HSL 234.55º 0.68% 0.84% -
HSV(B) 234.55º 0.23% 0.95% -
XYZ 55.37 54.67 91.64 -
YUV 196.21 153.84 121.43 -
System Red Green Blue C M Y K H S L
Decimal 187 192 242 0.23 0.21 0 0.05 234.55 0.68 0.84
Hex BB C0 F2 17 15 0 5 EB 44 54
Octal 273 300 362 27 25 0 5 353 104 124
Binary 10111011 11000000 11110010 10111 10101 0 101 11101011 1000100 1010100

Color Harmonies of #BBC0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0F2

Black with #BBC0F2

Text Example


Text Example

White with #BBC0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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