Html Css Color HEX #BBC2F0 Perano

📋 copy color: '#BBC2F0'

red 187 ◦ green 194 ◦ blue 240

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

Shades of Perano #BBC2F0

Tints of Perano #BBC2F0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.24%

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

R = 30.11%
G = 31.24%
B = 38.65%

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

#BBC2F0 (or 0xBBC2F0) is known color: Perano. HEX triplet: BB, C2 and F0. RGB value is (187,194,240). Sum of RGB (Red+Green+Blue) = 187+194+240=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBC2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2F0 is #443D0F. Grayscale: #C4C4C4. Windows color (decimal): -4472080 or 15778491. OLE color: 15778491.

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

Color convert

RGB 187 194 240 -
CMYK 0.22 0.19 0 0.06
HSL 232.08º 0.64% 0.84% -
HSV(B) 232.08º 0.22% 0.94% -
XYZ 55.51 55.44 90.21 -
YUV 197.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 187 194 240 0.22 0.19 0 0.06 232.08 0.64 0.84
Hex BB C2 F0 16 13 0 6 E8 40 54
Octal 273 302 360 26 23 0 6 350 100 124
Binary 10111011 11000010 11110000 10110 10011 0 110 11101000 1000000 1010100

Color Harmonies of #BBC2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2F0

Black with #BBC2F0

Text Example


Text Example

White with #BBC2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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