Html Css Color HEX #BED4EC Periwinkle

📋 copy color: '#BED4EC'

red 190 ◦ green 212 ◦ blue 236

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

Shades of Periwinkle #BED4EC

Tints of Periwinkle #BED4EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.99%

R = 29.78%
G = 33.23%
B = 36.99%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BED4EC (or 0xBED4EC) is known color: Periwinkle. HEX triplet: BE, D4 and EC. RGB value is (190,212,236). Sum of RGB (Red+Green+Blue) = 190+212+236=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #BED4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4EC is #412B13. Grayscale: #D0D0D0. Windows color (decimal): -4270868 or 15520958. OLE color: 15520958.

HSL color Cylindrical-coordinate representation of color #BED4EC: hue angle of 211.3º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED4EC is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 212 236 -
CMYK 0.19 0.10 0 0.07
HSL 211.3º 0.55% 0.84% -
HSV(B) 211.3º 0.19% 0.93% -
XYZ 59.92 64.09 88.57 -
YUV 208.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 190 212 236 0.19 0.10 0 0.07 211.3 0.55 0.84
Hex BE D4 EC 13 A 0 7 D3 37 54
Octal 276 324 354 23 12 0 7 323 67 124
Binary 10111110 11010100 11101100 10011 1010 0 111 11010011 110111 1010100

Color Harmonies of #BED4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4EC

Black with #BED4EC

Text Example


Text Example

White with #BED4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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