Html Css Color HEX #BFD3EC Periwinkle

📋 copy color: '#BFD3EC'

red 191 ◦ green 211 ◦ blue 236

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

Shades of Periwinkle #BFD3EC

Tints of Periwinkle #BFD3EC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.07%

 BLUE value IS 236 (92.58% from 255) = 36.99%

R = 29.94%
G = 33.07%
B = 36.99%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFD3EC (or 0xBFD3EC) is known color: Periwinkle. HEX triplet: BF, D3 and EC. RGB value is (191,211,236). Sum of RGB (Red+Green+Blue) = 191+211+236=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD3EC is #402C13. Grayscale: #CFCFCF. Windows color (decimal): -4205588 or 15520703. OLE color: 15520703.

HSL color Cylindrical-coordinate representation of color #BFD3EC: hue angle of 213.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD3EC is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 211 236 -
CMYK 0.19 0.11 0 0.07
HSL 213.33º 0.54% 0.84% -
HSV(B) 213.33º 0.19% 0.93% -
XYZ 59.92 63.72 88.5 -
YUV 207.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 191 211 236 0.19 0.11 0 0.07 213.33 0.54 0.84
Hex BF D3 EC 13 B 0 7 D5 36 54
Octal 277 323 354 23 13 0 7 325 66 124
Binary 10111111 11010011 11101100 10011 1011 0 111 11010101 110110 1010100

Color Harmonies of #BFD3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD3EC

Black with #BFD3EC

Text Example


Text Example

White with #BFD3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD3EC; }

 p { color: rgb(191,211,236); }

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

background-color css

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

 a { background-color: rgb(191,211,236); }

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

border-color css

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

 span { border-color: rgb(191,211,236); }

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