Html Css Color HEX #BBC2F1 Perano

📋 copy color: '#BBC2F1'

red 187 ◦ green 194 ◦ blue 241

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

Shades of Perano #BBC2F1

Tints of Perano #BBC2F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.75%

R = 30.06%
G = 31.19%
B = 38.75%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBC2F1 (or 0xBBC2F1) is known color: Perano. HEX triplet: BB, C2 and F1. RGB value is (187,194,241). Sum of RGB (Red+Green+Blue) = 187+194+241=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBC2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2F1 is #443D0E. Grayscale: #C5C5C5. Windows color (decimal): -4472079 or 15844027. OLE color: 15844027.

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

Color convert

RGB 187 194 241 -
CMYK 0.22 0.20 0 0.05
HSL 232.22º 0.66% 0.84% -
HSV(B) 232.22º 0.22% 0.95% -
XYZ 55.66 55.5 91 -
YUV 197.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 187 194 241 0.22 0.20 0 0.05 232.22 0.66 0.84
Hex BB C2 F1 16 14 0 5 E8 42 54
Octal 273 302 361 26 24 0 5 350 102 124
Binary 10111011 11000010 11110001 10110 10100 0 101 11101000 1000010 1010100

Color Harmonies of #BBC2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2F1

Black with #BBC2F1

Text Example


Text Example

White with #BBC2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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