Html Css Color HEX #BED0ED Periwinkle

📋 copy color: '#BED0ED'

red 190 ◦ green 208 ◦ blue 237

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

Shades of Periwinkle #BED0ED

Tints of Periwinkle #BED0ED

RGB

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

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

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

R = 29.92%
G = 32.76%
B = 37.32%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BED0ED (or 0xBED0ED) is known color: Periwinkle. HEX triplet: BE, D0 and ED. RGB value is (190,208,237). Sum of RGB (Red+Green+Blue) = 190+208+237=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #BED0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0ED is #412F12. Grayscale: #CDCDCD. Windows color (decimal): -4271891 or 15585470. OLE color: 15585470.

HSL color Cylindrical-coordinate representation of color #BED0ED: hue angle of 217.02º 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 #BED0ED is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 208 237 -
CMYK 0.20 0.12 0 0.07
HSL 217.02º 0.57% 0.84% -
HSV(B) 217.02º 0.2% 0.93% -
XYZ 59.08 62.17 89.01 -
YUV 205.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 190 208 237 0.20 0.12 0 0.07 217.02 0.57 0.84
Hex BE D0 ED 14 C 0 7 D9 39 54
Octal 276 320 355 24 14 0 7 331 71 124
Binary 10111110 11010000 11101101 10100 1100 0 111 11011001 111001 1010100

Color Harmonies of #BED0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0ED

Black with #BED0ED

Text Example


Text Example

White with #BED0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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