Html Css Color HEX #BED4ED Periwinkle

📋 copy color: '#BED4ED'

red 190 ◦ green 212 ◦ blue 237

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

Shades of Periwinkle #BED4ED

Tints of Periwinkle #BED4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.09%

R = 29.73%
G = 33.18%
B = 37.09%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BED4ED (or 0xBED4ED) is known color: Periwinkle. HEX triplet: BE, D4 and ED. RGB value is (190,212,237). Sum of RGB (Red+Green+Blue) = 190+212+237=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #BED4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4ED is #412B12. Grayscale: #D0D0D0. Windows color (decimal): -4270867 or 15586494. OLE color: 15586494.

HSL color Cylindrical-coordinate representation of color #BED4ED: hue angle of 211.91º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BED4ED is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 212 237 -
CMYK 0.20 0.11 0 0.07
HSL 211.91º 0.57% 0.84% -
HSV(B) 211.91º 0.2% 0.93% -
XYZ 60.06 64.15 89.34 -
YUV 208.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 190 212 237 0.20 0.11 0 0.07 211.91 0.57 0.84
Hex BE D4 ED 14 B 0 7 D4 39 54
Octal 276 324 355 24 13 0 7 324 71 124
Binary 10111110 11010100 11101101 10100 1011 0 111 11010100 111001 1010100

Color Harmonies of #BED4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4ED

Black with #BED4ED

Text Example


Text Example

White with #BED4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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