Html Css Color HEX #BED5F0 Periwinkle

📋 copy color: '#BED5F0'

red 190 ◦ green 213 ◦ blue 240

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

Shades of Periwinkle #BED5F0

Tints of Periwinkle #BED5F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.33%

R = 29.55%
G = 33.13%
B = 37.33%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BED5F0 (or 0xBED5F0) is known color: Periwinkle. HEX triplet: BE, D5 and F0. RGB value is (190,213,240). Sum of RGB (Red+Green+Blue) = 190+213+240=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #BED5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5F0 is #412A0F. Grayscale: #D1D1D1. Windows color (decimal): -4270608 or 15783358. OLE color: 15783358.

HSL color Cylindrical-coordinate representation of color #BED5F0: hue angle of 212.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED5F0 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 213 240 -
CMYK 0.21 0.11 0 0.06
HSL 212.4º 0.63% 0.84% -
HSV(B) 212.4º 0.21% 0.94% -
XYZ 60.76 64.83 91.75 -
YUV 209.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 190 213 240 0.21 0.11 0 0.06 212.4 0.63 0.84
Hex BE D5 F0 15 B 0 6 D4 3E 54
Octal 276 325 360 25 13 0 6 324 76 124
Binary 10111110 11010101 11110000 10101 1011 0 110 11010100 111110 1010100

Color Harmonies of #BED5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5F0

Black with #BED5F0

Text Example


Text Example

White with #BED5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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