Html Css Color HEX #BED4EF Periwinkle

📋 copy color: '#BED4EF'

red 190 ◦ green 212 ◦ blue 239

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

Shades of Periwinkle #BED4EF

Tints of Periwinkle #BED4EF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.07%

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

R = 29.64%
G = 33.07%
B = 37.29%

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

#BED4EF (or 0xBED4EF) is known color: Periwinkle. HEX triplet: BE, D4 and EF. RGB value is (190,212,239). Sum of RGB (Red+Green+Blue) = 190+212+239=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #BED4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4EF is #412B10. Grayscale: #D0D0D0. Windows color (decimal): -4270865 or 15717566. OLE color: 15717566.

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

Color convert

RGB 190 212 239 -
CMYK 0.21 0.11 0 0.06
HSL 213.06º 0.6% 0.84% -
HSV(B) 213.06º 0.21% 0.94% -
XYZ 60.36 64.27 90.88 -
YUV 208.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 190 212 239 0.21 0.11 0 0.06 213.06 0.6 0.84
Hex BE D4 EF 15 B 0 6 D5 3C 54
Octal 276 324 357 25 13 0 6 325 74 124
Binary 10111110 11010100 11101111 10101 1011 0 110 11010101 111100 1010100

Color Harmonies of #BED4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4EF

Black with #BED4EF

Text Example


Text Example

White with #BED4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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