Html Css Color HEX #BED5FF Periwinkle

📋 copy color: '#BED5FF'

red 190 ◦ green 213 ◦ blue 255

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

Shades of Periwinkle #BED5FF

Tints of Periwinkle #BED5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.75%

R = 28.88%
G = 32.37%
B = 38.75%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BED5FF (or 0xBED5FF) is known color: Periwinkle. HEX triplet: BE, D5 and FF. RGB value is (190,213,255). Sum of RGB (Red+Green+Blue) = 190+213+255=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #BED5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5FF is #412A00. Grayscale: #D2D2D2. Windows color (decimal): -4270593 or 16766398. OLE color: 16766398.

HSL color Cylindrical-coordinate representation of color #BED5FF: hue angle of 218.77º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED5FF is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 213 255 -
CMYK 0.25 0.16 0 0
HSL 218.77º 1% 0.87% -
HSV(B) 218.77º 0.25% 1% -
XYZ 63.08 65.76 103.98 -
YUV 210.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 190 213 255 0.25 0.16 0 0 218.77 1 0.87
Hex BE D5 FF 19 10 0 0 DB 64 57
Octal 276 325 377 31 20 0 0 333 144 127
Binary 10111110 11010101 11111111 11001 10000 0 0 11011011 1100100 1010111

Color Harmonies of #BED5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5FF

Black with #BED5FF

Text Example


Text Example

White with #BED5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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