Html Css Color HEX #BED2F1 Periwinkle

📋 copy color: '#BED2F1'

red 190 ◦ green 210 ◦ blue 241

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

Shades of Periwinkle #BED2F1

Tints of Periwinkle #BED2F1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.76%

 BLUE value IS 241 (94.53% from 255) = 37.6%

R = 29.64%
G = 32.76%
B = 37.6%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BED2F1 (or 0xBED2F1) is known color: Periwinkle. HEX triplet: BE, D2 and F1. RGB value is (190,210,241). Sum of RGB (Red+Green+Blue) = 190+210+241=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #BED2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2F1 is #412D0E. Grayscale: #CFCFCF. Windows color (decimal): -4271375 or 15848126. OLE color: 15848126.

HSL color Cylindrical-coordinate representation of color #BED2F1: hue angle of 216.47º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED2F1 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 210 241 -
CMYK 0.21 0.13 0 0.05
HSL 216.47º 0.65% 0.85% -
HSV(B) 216.47º 0.21% 0.95% -
XYZ 60.16 63.39 92.28 -
YUV 207.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 190 210 241 0.21 0.13 0 0.05 216.47 0.65 0.85
Hex BE D2 F1 15 D 0 5 D8 41 55
Octal 276 322 361 25 15 0 5 330 101 125
Binary 10111110 11010010 11110001 10101 1101 0 101 11011000 1000001 1010101

Color Harmonies of #BED2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2F1

Black with #BED2F1

Text Example


Text Example

White with #BED2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2F1; }

 p { color: rgb(190,210,241); }

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

background-color css

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

 a { background-color: rgb(190,210,241); }

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

border-color css

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

 span { border-color: rgb(190,210,241); }

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