Html Css Color HEX #BED0E9 Periwinkle

📋 copy color: '#BED0E9'

red 190 ◦ green 208 ◦ blue 233

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

Shades of Periwinkle #BED0E9

Tints of Periwinkle #BED0E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.93%

R = 30.11%
G = 32.96%
B = 36.93%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BED0E9 (or 0xBED0E9) is known color: Periwinkle. HEX triplet: BE, D0 and E9. RGB value is (190,208,233). Sum of RGB (Red+Green+Blue) = 190+208+233=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #BED0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0E9 is #412F16. Grayscale: #CDCDCD. Windows color (decimal): -4271895 or 15323326. OLE color: 15323326.

HSL color Cylindrical-coordinate representation of color #BED0E9: hue angle of 214.88º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BED0E9 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 208 233 -
CMYK 0.18 0.11 0 0.09
HSL 214.88º 0.49% 0.83% -
HSV(B) 214.88º 0.18% 0.91% -
XYZ 58.5 61.94 85.96 -
YUV 205.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 190 208 233 0.18 0.11 0 0.09 214.88 0.49 0.83
Hex BE D0 E9 12 B 0 9 D7 31 53
Octal 276 320 351 22 13 0 11 327 61 123
Binary 10111110 11010000 11101001 10010 1011 0 1001 11010111 110001 1010011

Color Harmonies of #BED0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0E9

Black with #BED0E9

Text Example


Text Example

White with #BED0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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