Html Css Color HEX #B9C9FE Periwinkle

📋 copy color: '#B9C9FE'

red 185 ◦ green 201 ◦ blue 254

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

Shades of Periwinkle #B9C9FE

Tints of Periwinkle #B9C9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.41%

 BLUE value IS 254 (99.61% from 255) = 39.69%

R = 28.91%
G = 31.41%
B = 39.69%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9C9FE (or 0xB9C9FE) is known color: Periwinkle. HEX triplet: B9, C9 and FE. RGB value is (185,201,254). Sum of RGB (Red+Green+Blue) = 185+201+254=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C9FE is #463601. Grayscale: #CACACA. Windows color (decimal): -4601346 or 16697785. OLE color: 16697785.

HSL color Cylindrical-coordinate representation of color #B9C9FE: hue angle of 226.09º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9C9FE is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 201 254 -
CMYK 0.27 0.21 0 0.00
HSL 226.09º 0.97% 0.86% -
HSV(B) 226.09º 0.27% 1% -
XYZ 58.78 59.24 102.1 -
YUV 202.26 157.2 115.69 -
System Red Green Blue C M Y K H S L
Decimal 185 201 254 0.27 0.21 0 0.00 226.09 0.97 0.86
Hex B9 C9 FE 1B 15 0 0 E2 61 56
Octal 271 311 376 33 25 0 0 342 141 126
Binary 10111001 11001001 11111110 11011 10101 0 0 11100010 1100001 1010110

Color Harmonies of #B9C9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C9FE

Black with #B9C9FE

Text Example


Text Example

White with #B9C9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C9FE; }

 p { color: rgb(185,201,254); }

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

background-color css

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

 a { background-color: rgb(185,201,254); }

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

border-color css

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

 span { border-color: rgb(185,201,254); }

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