Html Css Color HEX #BED0EA Periwinkle

📋 copy color: '#BED0EA'

red 190 ◦ green 208 ◦ blue 234

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

Shades of Periwinkle #BED0EA

Tints of Periwinkle #BED0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.03%

R = 30.06%
G = 32.91%
B = 37.03%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BED0EA (or 0xBED0EA) is known color: Periwinkle. HEX triplet: BE, D0 and EA. RGB value is (190,208,234). Sum of RGB (Red+Green+Blue) = 190+208+234=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #BED0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0EA is #412F15. Grayscale: #CDCDCD. Windows color (decimal): -4271894 or 15388862. OLE color: 15388862.

HSL color Cylindrical-coordinate representation of color #BED0EA: hue angle of 215.45º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED0EA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 208 234 -
CMYK 0.19 0.11 0 0.08
HSL 215.45º 0.51% 0.83% -
HSV(B) 215.45º 0.19% 0.92% -
XYZ 58.64 62 86.72 -
YUV 205.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 190 208 234 0.19 0.11 0 0.08 215.45 0.51 0.83
Hex BE D0 EA 13 B 0 8 D7 33 53
Octal 276 320 352 23 13 0 10 327 63 123
Binary 10111110 11010000 11101010 10011 1011 0 1000 11010111 110011 1010011

Color Harmonies of #BED0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0EA

Black with #BED0EA

Text Example


Text Example

White with #BED0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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