Html Css Color HEX #BFD4EC Periwinkle

📋 copy color: '#BFD4EC'

red 191 ◦ green 212 ◦ blue 236

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

Shades of Periwinkle #BFD4EC

Tints of Periwinkle #BFD4EC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.18%

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

R = 29.89%
G = 33.18%
B = 36.93%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFD4EC (or 0xBFD4EC) is known color: Periwinkle. HEX triplet: BF, D4 and EC. RGB value is (191,212,236). Sum of RGB (Red+Green+Blue) = 191+212+236=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFD4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD4EC is #402B13. Grayscale: #D0D0D0. Windows color (decimal): -4205332 or 15520959. OLE color: 15520959.

HSL color Cylindrical-coordinate representation of color #BFD4EC: hue angle of 212º 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 #BFD4EC is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 212 236 -
CMYK 0.19 0.10 0 0.07
HSL 212º 0.54% 0.84% -
HSV(B) 212º 0.19% 0.93% -
XYZ 60.17 64.22 88.58 -
YUV 208.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 191 212 236 0.19 0.10 0 0.07 212 0.54 0.84
Hex BF D4 EC 13 A 0 7 D4 36 54
Octal 277 324 354 23 12 0 7 324 66 124
Binary 10111111 11010100 11101100 10011 1010 0 111 11010100 110110 1010100

Color Harmonies of #BFD4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD4EC

Black with #BFD4EC

Text Example


Text Example

White with #BFD4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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