Html Css Color HEX #BED0F0 Periwinkle

📋 copy color: '#BED0F0'

red 190 ◦ green 208 ◦ blue 240

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

Shades of Periwinkle #BED0F0

Tints of Periwinkle #BED0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.62%

R = 29.78%
G = 32.6%
B = 37.62%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BED0F0 (or 0xBED0F0) is known color: Periwinkle. HEX triplet: BE, D0 and F0. RGB value is (190,208,240). Sum of RGB (Red+Green+Blue) = 190+208+240=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #BED0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0F0 is #412F0F. Grayscale: #CECECE. Windows color (decimal): -4271888 or 15782078. OLE color: 15782078.

HSL color Cylindrical-coordinate representation of color #BED0F0: hue angle of 218.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED0F0 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 208 240 -
CMYK 0.21 0.13 0 0.06
HSL 218.4º 0.63% 0.84% -
HSV(B) 218.4º 0.21% 0.94% -
XYZ 59.52 62.35 91.34 -
YUV 206.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 190 208 240 0.21 0.13 0 0.06 218.4 0.63 0.84
Hex BE D0 F0 15 D 0 6 DA 3E 54
Octal 276 320 360 25 15 0 6 332 76 124
Binary 10111110 11010000 11110000 10101 1101 0 110 11011010 111110 1010100

Color Harmonies of #BED0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0F0

Black with #BED0F0

Text Example


Text Example

White with #BED0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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