Html Css Color HEX #B4BAF2 Perano

📋 copy color: '#B4BAF2'

red 180 ◦ green 186 ◦ blue 242

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

Shades of Perano #B4BAF2

Tints of Perano #B4BAF2

RGB

 RED value IS 180 (70.7% from 255) = 29.61%

 GREEN value IS 186 (73.05% from 255) = 30.59%

 BLUE value IS 242 (94.92% from 255) = 39.8%

R = 29.61%
G = 30.59%
B = 39.8%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B4BAF2 (or 0xB4BAF2) is known color: Perano. HEX triplet: B4, BA and F2. RGB value is (180,186,242). Sum of RGB (Red+Green+Blue) = 180+186+242=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #B4BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BAF2 is #4B450D. Grayscale: #BEBEBE. Windows color (decimal): -4932878 or 15907508. OLE color: 15907508.

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

Color convert

RGB 180 186 242 -
CMYK 0.26 0.23 0 0.05
HSL 234.19º 0.7% 0.83% -
HSV(B) 234.19º 0.26% 0.95% -
XYZ 52.41 51.23 91.13 -
YUV 190.59 157.01 120.45 -
System Red Green Blue C M Y K H S L
Decimal 180 186 242 0.26 0.23 0 0.05 234.19 0.7 0.83
Hex B4 BA F2 1A 17 0 5 EA 46 53
Octal 264 272 362 32 27 0 5 352 106 123
Binary 10110100 10111010 11110010 11010 10111 0 101 11101010 1000110 1010011

Color Harmonies of #B4BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BAF2

Black with #B4BAF2

Text Example


Text Example

White with #B4BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BAF2; }

 p { color: rgb(180,186,242); }

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

background-color css

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

 a { background-color: rgb(180,186,242); }

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

border-color css

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

 span { border-color: rgb(180,186,242); }

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