Html Css Color HEX #B9C3E1 Periwinkle

📋 copy color: '#B9C3E1'

red 185 ◦ green 195 ◦ blue 225

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

Shades of Periwinkle #B9C3E1

Tints of Periwinkle #B9C3E1

RGB

 RED value IS 185 (72.66% from 255) = 30.58%

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

 BLUE value IS 225 (88.28% from 255) = 37.19%

R = 30.58%
G = 32.23%
B = 37.19%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B9C3E1 (or 0xB9C3E1) is known color: Periwinkle. HEX triplet: B9, C3 and E1. RGB value is (185,195,225). Sum of RGB (Red+Green+Blue) = 185+195+225=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #B9C3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C3E1 is #463C1E. Grayscale: #C3C3C3. Windows color (decimal): -4602911 or 14795705. OLE color: 14795705.

HSL color Cylindrical-coordinate representation of color #B9C3E1: hue angle of 225º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9C3E1 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 195 225 -
CMYK 0.18 0.13 0 0.12
HSL 225º 0.4% 0.8% -
HSV(B) 225º 0.18% 0.88% -
XYZ 53.11 54.78 79.01 -
YUV 195.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 185 195 225 0.18 0.13 0 0.12 225 0.4 0.8
Hex B9 C3 E1 12 D 0 C E1 28 50
Octal 271 303 341 22 15 0 14 341 50 120
Binary 10111001 11000011 11100001 10010 1101 0 1100 11100001 101000 1010000

Color Harmonies of #B9C3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C3E1

Black with #B9C3E1

Text Example


Text Example

White with #B9C3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C3E1; }

 p { color: rgb(185,195,225); }

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

background-color css

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

 a { background-color: rgb(185,195,225); }

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

border-color css

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

 span { border-color: rgb(185,195,225); }

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