Html Css Color HEX #BED0E7 Periwinkle

📋 copy color: '#BED0E7'

red 190 ◦ green 208 ◦ blue 231

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

Shades of Periwinkle #BED0E7

Tints of Periwinkle #BED0E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.72%

R = 30.21%
G = 33.07%
B = 36.72%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BED0E7 (or 0xBED0E7) is known color: Periwinkle. HEX triplet: BE, D0 and E7. RGB value is (190,208,231). Sum of RGB (Red+Green+Blue) = 190+208+231=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 231 - color contains mainly: blue. Hex color #BED0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0E7 is #412F18. Grayscale: #CDCDCD. Windows color (decimal): -4271897 or 15192254. OLE color: 15192254.

HSL color Cylindrical-coordinate representation of color #BED0E7: hue angle of 213.66º degrees, saturation: 0.46, 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 #BED0E7 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 208 231 -
CMYK 0.18 0.10 0 0.09
HSL 213.66º 0.46% 0.83% -
HSV(B) 213.66º 0.18% 0.91% -
XYZ 58.21 61.83 84.47 -
YUV 205.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 190 208 231 0.18 0.10 0 0.09 213.66 0.46 0.83
Hex BE D0 E7 12 A 0 9 D6 2E 53
Octal 276 320 347 22 12 0 11 326 56 123
Binary 10111110 11010000 11100111 10010 1010 0 1001 11010110 101110 1010011

Color Harmonies of #BED0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0E7

Black with #BED0E7

Text Example


Text Example

White with #BED0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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