Html Css Color HEX #BED5F4 Periwinkle

📋 copy color: '#BED5F4'

red 190 ◦ green 213 ◦ blue 244

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

Shades of Periwinkle #BED5F4

Tints of Periwinkle #BED5F4

RGB

 RED value IS 190 (74.61% from 255) = 29.37%

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

 BLUE value IS 244 (95.7% from 255) = 37.71%

R = 29.37%
G = 32.92%
B = 37.71%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BED5F4 (or 0xBED5F4) is known color: Periwinkle. HEX triplet: BE, D5 and F4. RGB value is (190,213,244). Sum of RGB (Red+Green+Blue) = 190+213+244=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 244 - color contains mainly: blue. Hex color #BED5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5F4 is #412A0B. Grayscale: #D1D1D1. Windows color (decimal): -4270604 or 16045502. OLE color: 16045502.

HSL color Cylindrical-coordinate representation of color #BED5F4: hue angle of 214.44º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BED5F4 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 213 244 -
CMYK 0.22 0.13 0 0.04
HSL 214.44º 0.71% 0.85% -
HSV(B) 214.44º 0.22% 0.96% -
XYZ 61.36 65.07 94.91 -
YUV 209.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 190 213 244 0.22 0.13 0 0.04 214.44 0.71 0.85
Hex BE D5 F4 16 D 0 4 D6 47 55
Octal 276 325 364 26 15 0 4 326 107 125
Binary 10111110 11010101 11110100 10110 1101 0 100 11010110 1000111 1010101

Color Harmonies of #BED5F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5F4

Black with #BED5F4

Text Example


Text Example

White with #BED5F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5F4; }

 p { color: rgb(190,213,244); }

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

background-color css

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

 a { background-color: rgb(190,213,244); }

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

border-color css

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

 span { border-color: rgb(190,213,244); }

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