Html Css Color HEX #B4BDF0 Perano

📋 copy color: '#B4BDF0'

red 180 ◦ green 189 ◦ blue 240

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

Shades of Perano #B4BDF0

Tints of Perano #B4BDF0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.03%

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

R = 29.56%
G = 31.03%
B = 39.41%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B4BDF0 (or 0xB4BDF0) is known color: Perano. HEX triplet: B4, BD and F0. RGB value is (180,189,240). Sum of RGB (Red+Green+Blue) = 180+189+240=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #B4BDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BDF0 is #4B420F. Grayscale: #BFBFBF. Windows color (decimal): -4932112 or 15777204. OLE color: 15777204.

HSL color Cylindrical-coordinate representation of color #B4BDF0: hue angle of 231º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4BDF0 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 189 240 -
CMYK 0.25 0.21 0 0.06
HSL 231º 0.67% 0.82% -
HSV(B) 231º 0.25% 0.94% -
XYZ 52.75 52.39 89.77 -
YUV 192.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 180 189 240 0.25 0.21 0 0.06 231 0.67 0.82
Hex B4 BD F0 19 15 0 6 E7 43 52
Octal 264 275 360 31 25 0 6 347 103 122
Binary 10110100 10111101 11110000 11001 10101 0 110 11100111 1000011 1010010

Color Harmonies of #B4BDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BDF0

Black with #B4BDF0

Text Example


Text Example

White with #B4BDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BDF0; }

 p { color: rgb(180,189,240); }

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

background-color css

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

 a { background-color: rgb(180,189,240); }

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

border-color css

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

 span { border-color: rgb(180,189,240); }

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