Html Css Color HEX #BBC1F0 Perano

📋 copy color: '#BBC1F0'

red 187 ◦ green 193 ◦ blue 240

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

Shades of Perano #BBC1F0

Tints of Perano #BBC1F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.71%

R = 30.16%
G = 31.13%
B = 38.71%

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

#BBC1F0 (or 0xBBC1F0) is known color: Perano. HEX triplet: BB, C1 and F0. RGB value is (187,193,240). Sum of RGB (Red+Green+Blue) = 187+193+240=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBC1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1F0 is #443E0F. Grayscale: #C4C4C4. Windows color (decimal): -4472336 or 15778235. OLE color: 15778235.

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

Color convert

RGB 187 193 240 -
CMYK 0.22 0.20 0 0.06
HSL 233.21º 0.64% 0.84% -
HSV(B) 233.21º 0.22% 0.94% -
XYZ 55.29 55 90.14 -
YUV 196.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 187 193 240 0.22 0.20 0 0.06 233.21 0.64 0.84
Hex BB C1 F0 16 14 0 6 E9 40 54
Octal 273 301 360 26 24 0 6 351 100 124
Binary 10111011 11000001 11110000 10110 10100 0 110 11101001 1000000 1010100

Color Harmonies of #BBC1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1F0

Black with #BBC1F0

Text Example


Text Example

White with #BBC1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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