Html Css Color HEX #BED0EC Periwinkle

📋 copy color: '#BED0EC'

red 190 ◦ green 208 ◦ blue 236

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

Shades of Periwinkle #BED0EC

Tints of Periwinkle #BED0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.81%

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

R = 29.97%
G = 32.81%
B = 37.22%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BED0EC (or 0xBED0EC) is known color: Periwinkle. HEX triplet: BE, D0 and EC. RGB value is (190,208,236). Sum of RGB (Red+Green+Blue) = 190+208+236=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #BED0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0EC is #412F13. Grayscale: #CDCDCD. Windows color (decimal): -4271892 or 15519934. OLE color: 15519934.

HSL color Cylindrical-coordinate representation of color #BED0EC: hue angle of 216.52º 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 #BED0EC is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 208 236 -
CMYK 0.19 0.12 0 0.07
HSL 216.52º 0.55% 0.84% -
HSV(B) 216.52º 0.19% 0.93% -
XYZ 58.93 62.12 88.24 -
YUV 205.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 190 208 236 0.19 0.12 0 0.07 216.52 0.55 0.84
Hex BE D0 EC 13 C 0 7 D9 37 54
Octal 276 320 354 23 14 0 7 331 67 124
Binary 10111110 11010000 11101100 10011 1100 0 111 11011001 110111 1010100

Color Harmonies of #BED0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0EC

Black with #BED0EC

Text Example


Text Example

White with #BED0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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