Html Css Color HEX #BED0E5 Periwinkle

📋 copy color: '#BED0E5'

red 190 ◦ green 208 ◦ blue 229

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

Shades of Periwinkle #BED0E5

Tints of Periwinkle #BED0E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.52%

R = 30.3%
G = 33.17%
B = 36.52%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BED0E5 (or 0xBED0E5) is known color: Periwinkle. HEX triplet: BE, D0 and E5. RGB value is (190,208,229). Sum of RGB (Red+Green+Blue) = 190+208+229=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #BED0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0E5 is #412F1A. Grayscale: #CCCCCC. Windows color (decimal): -4271899 or 15061182. OLE color: 15061182.

HSL color Cylindrical-coordinate representation of color #BED0E5: hue angle of 212.31º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BED0E5 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 208 229 -
CMYK 0.17 0.09 0 0.10
HSL 212.31º 0.43% 0.82% -
HSV(B) 212.31º 0.17% 0.9% -
XYZ 57.93 61.72 82.99 -
YUV 205.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 190 208 229 0.17 0.09 0 0.10 212.31 0.43 0.82
Hex BE D0 E5 11 9 0 A D4 2B 52
Octal 276 320 345 21 11 0 12 324 53 122
Binary 10111110 11010000 11100101 10001 1001 0 1010 11010100 101011 1010010

Color Harmonies of #BED0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0E5

Black with #BED0E5

Text Example


Text Example

White with #BED0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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