Html Css Color HEX #BED5EF Periwinkle

📋 copy color: '#BED5EF'

red 190 ◦ green 213 ◦ blue 239

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

Shades of Periwinkle #BED5EF

Tints of Periwinkle #BED5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.23%

R = 29.6%
G = 33.18%
B = 37.23%

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

#BED5EF (or 0xBED5EF) is known color: Periwinkle. HEX triplet: BE, D5 and EF. RGB value is (190,213,239). Sum of RGB (Red+Green+Blue) = 190+213+239=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #BED5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5EF is #412A10. Grayscale: #D0D0D0. Windows color (decimal): -4270609 or 15717822. OLE color: 15717822.

HSL color Cylindrical-coordinate representation of color #BED5EF: hue angle of 211.84º degrees, saturation: 0.6, 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 #BED5EF is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 213 239 -
CMYK 0.21 0.11 0 0.06
HSL 211.84º 0.6% 0.84% -
HSV(B) 211.84º 0.21% 0.94% -
XYZ 60.61 64.77 90.97 -
YUV 209.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 190 213 239 0.21 0.11 0 0.06 211.84 0.6 0.84
Hex BE D5 EF 15 B 0 6 D4 3C 54
Octal 276 325 357 25 13 0 6 324 74 124
Binary 10111110 11010101 11101111 10101 1011 0 110 11010100 111100 1010100

Color Harmonies of #BED5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5EF

Black with #BED5EF

Text Example


Text Example

White with #BED5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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