Html Css Color HEX #B2C3F3 Perano

📋 copy color: '#B2C3F3'

red 178 ◦ green 195 ◦ blue 243

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

Shades of Perano #B2C3F3

Tints of Perano #B2C3F3

RGB

 RED value IS 178 (69.92% from 255) = 28.9%

 GREEN value IS 195 (76.56% from 255) = 31.66%

 BLUE value IS 243 (95.31% from 255) = 39.45%

R = 28.9%
G = 31.66%
B = 39.45%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B2C3F3 (or 0xB2C3F3) is known color: Perano. HEX triplet: B2, C3 and F3. RGB value is (178,195,243). Sum of RGB (Red+Green+Blue) = 178+195+243=616 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.90% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2C3F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C3F3 is #4D3C0C. Grayscale: #C3C3C3. Windows color (decimal): -5061645 or 15975346. OLE color: 15975346.

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

Color convert

RGB 178 195 243 -
CMYK 0.27 0.20 0 0.05
HSL 224.31º 0.73% 0.83% -
HSV(B) 224.31º 0.27% 0.95% -
XYZ 54.05 54.97 92.55 -
YUV 195.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 178 195 243 0.27 0.20 0 0.05 224.31 0.73 0.83
Hex B2 C3 F3 1B 14 0 5 E0 49 53
Octal 262 303 363 33 24 0 5 340 111 123
Binary 10110010 11000011 11110011 11011 10100 0 101 11100000 1001001 1010011

Color Harmonies of #B2C3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C3F3

Black with #B2C3F3

Text Example


Text Example

White with #B2C3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C3F3; }

 p { color: rgb(178,195,243); }

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

background-color css

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

 a { background-color: rgb(178,195,243); }

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

border-color css

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

 span { border-color: rgb(178,195,243); }

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