Html Css Color HEX #BFC9EA Periwinkle

📋 copy color: '#BFC9EA'

red 191 ◦ green 201 ◦ blue 234

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

Shades of Periwinkle #BFC9EA

Tints of Periwinkle #BFC9EA

RGB

 RED value IS 191 (75% from 255) = 30.51%

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

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

R = 30.51%
G = 32.11%
B = 37.38%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFC9EA (or 0xBFC9EA) is known color: Periwinkle. HEX triplet: BF, C9 and EA. RGB value is (191,201,234). Sum of RGB (Red+Green+Blue) = 191+201+234=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9EA is #403615. Grayscale: #C9C9C9. Windows color (decimal): -4208150 or 15387071. OLE color: 15387071.

HSL color Cylindrical-coordinate representation of color #BFC9EA: hue angle of 226.05º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFC9EA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 201 234 -
CMYK 0.18 0.14 0 0.08
HSL 226.05º 0.51% 0.83% -
HSV(B) 226.05º 0.18% 0.92% -
XYZ 57.22 58.79 86.17 -
YUV 201.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 191 201 234 0.18 0.14 0 0.08 226.05 0.51 0.83
Hex BF C9 EA 12 E 0 8 E2 33 53
Octal 277 311 352 22 16 0 10 342 63 123
Binary 10111111 11001001 11101010 10010 1110 0 1000 11100010 110011 1010011

Color Harmonies of #BFC9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC9EA

Black with #BFC9EA

Text Example


Text Example

White with #BFC9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC9EA; }

 p { color: rgb(191,201,234); }

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

background-color css

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

 a { background-color: rgb(191,201,234); }

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

border-color css

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

 span { border-color: rgb(191,201,234); }

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