Html Css Color HEX #B9C4EA Periwinkle

📋 copy color: '#B9C4EA'

red 185 ◦ green 196 ◦ blue 234

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

Shades of Periwinkle #B9C4EA

Tints of Periwinkle #B9C4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.87%

 BLUE value IS 234 (91.8% from 255) = 38.05%

R = 30.08%
G = 31.87%
B = 38.05%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9C4EA (or 0xB9C4EA) is known color: Periwinkle. HEX triplet: B9, C4 and EA. RGB value is (185,196,234). Sum of RGB (Red+Green+Blue) = 185+196+234=615 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.08% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9C4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C4EA is #463B15. Grayscale: #C4C4C4. Windows color (decimal): -4602646 or 15385785. OLE color: 15385785.

HSL color Cylindrical-coordinate representation of color #B9C4EA: hue angle of 226.53º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9C4EA is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 196 234 -
CMYK 0.21 0.16 0 0.08
HSL 226.53º 0.54% 0.82% -
HSV(B) 226.53º 0.21% 0.92% -
XYZ 54.6 55.73 85.72 -
YUV 197.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 185 196 234 0.21 0.16 0 0.08 226.53 0.54 0.82
Hex B9 C4 EA 15 10 0 8 E3 36 52
Octal 271 304 352 25 20 0 10 343 66 122
Binary 10111001 11000100 11101010 10101 10000 0 1000 11100011 110110 1010010

Color Harmonies of #B9C4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C4EA

Black with #B9C4EA

Text Example


Text Example

White with #B9C4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C4EA; }

 p { color: rgb(185,196,234); }

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

background-color css

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

 a { background-color: rgb(185,196,234); }

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

border-color css

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

 span { border-color: rgb(185,196,234); }

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