Html Css Color HEX #BFD5EC Periwinkle

📋 copy color: '#BFD5EC'

red 191 ◦ green 213 ◦ blue 236

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

Shades of Periwinkle #BFD5EC

Tints of Periwinkle #BFD5EC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.28%

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

R = 29.84%
G = 33.28%
B = 36.88%

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

#BFD5EC (or 0xBFD5EC) is known color: Periwinkle. HEX triplet: BF, D5 and EC. RGB value is (191,213,236). Sum of RGB (Red+Green+Blue) = 191+213+236=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFD5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD5EC is #402A13. Grayscale: #D0D0D0. Windows color (decimal): -4205076 or 15521215. OLE color: 15521215.

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

Color convert

RGB 191 213 236 -
CMYK 0.19 0.10 0 0.07
HSL 210.67º 0.54% 0.84% -
HSV(B) 210.67º 0.19% 0.93% -
XYZ 60.42 64.72 88.66 -
YUV 209.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 191 213 236 0.19 0.10 0 0.07 210.67 0.54 0.84
Hex BF D5 EC 13 A 0 7 D3 36 54
Octal 277 325 354 23 12 0 7 323 66 124
Binary 10111111 11010101 11101100 10011 1010 0 111 11010011 110110 1010100

Color Harmonies of #BFD5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD5EC

Black with #BFD5EC

Text Example


Text Example

White with #BFD5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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