Html Css Color HEX #B3BCDA Perano

📋 copy color: '#B3BCDA'

red 179 ◦ green 188 ◦ blue 218

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

Shades of Perano #B3BCDA

Tints of Perano #B3BCDA

RGB

 RED value IS 179 (70.31% from 255) = 30.6%

 GREEN value IS 188 (73.83% from 255) = 32.14%

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 30.6%
G = 32.14%
B = 37.26%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B3BCDA (or 0xB3BCDA) is known color: Perano. HEX triplet: B3, BC and DA. RGB value is (179,188,218). Sum of RGB (Red+Green+Blue) = 179+188+218=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCDA is #4C4325. Grayscale: #BCBCBC. Windows color (decimal): -4997926 or 14335155. OLE color: 14335155.

HSL color Cylindrical-coordinate representation of color #B3BCDA: hue angle of 226.15º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3BCDA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 188 218 -
CMYK 0.18 0.14 0 0.15
HSL 226.15º 0.35% 0.78% -
HSV(B) 226.15º 0.18% 0.85% -
XYZ 49.23 50.61 73.5 -
YUV 188.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 179 188 218 0.18 0.14 0 0.15 226.15 0.35 0.78
Hex B3 BC DA 12 E 0 F E2 23 4E
Octal 263 274 332 22 16 0 17 342 43 116
Binary 10110011 10111100 11011010 10010 1110 0 1111 11100010 100011 1001110

Color Harmonies of #B3BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BCDA

Black with #B3BCDA

Text Example


Text Example

White with #B3BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BCDA; }

 p { color: rgb(179,188,218); }

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

background-color css

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

 a { background-color: rgb(179,188,218); }

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

border-color css

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

 span { border-color: rgb(179,188,218); }

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