Html Css Color HEX #BFD1EA Periwinkle

📋 copy color: '#BFD1EA'

red 191 ◦ green 209 ◦ blue 234

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

Shades of Periwinkle #BFD1EA

Tints of Periwinkle #BFD1EA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.97%

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

R = 30.13%
G = 32.97%
B = 36.91%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFD1EA (or 0xBFD1EA) is known color: Periwinkle. HEX triplet: BF, D1 and EA. RGB value is (191,209,234). Sum of RGB (Red+Green+Blue) = 191+209+234=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFD1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1EA is #402E15. Grayscale: #CECECE. Windows color (decimal): -4206102 or 15389119. OLE color: 15389119.

HSL color Cylindrical-coordinate representation of color #BFD1EA: hue angle of 214.88º 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 #BFD1EA is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 209 234 -
CMYK 0.18 0.11 0 0.08
HSL 214.88º 0.51% 0.83% -
HSV(B) 214.88º 0.18% 0.92% -
XYZ 59.14 62.62 86.81 -
YUV 206.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 191 209 234 0.18 0.11 0 0.08 214.88 0.51 0.83
Hex BF D1 EA 12 B 0 8 D7 33 53
Octal 277 321 352 22 13 0 10 327 63 123
Binary 10111111 11010001 11101010 10010 1011 0 1000 11010111 110011 1010011

Color Harmonies of #BFD1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD1EA

Black with #BFD1EA

Text Example


Text Example

White with #BFD1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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