Html Css Color HEX #BED0EE Periwinkle

📋 copy color: '#BED0EE'

red 190 ◦ green 208 ◦ blue 238

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

Shades of Periwinkle #BED0EE

Tints of Periwinkle #BED0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.42%

R = 29.87%
G = 32.7%
B = 37.42%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BED0EE (or 0xBED0EE) is known color: Periwinkle. HEX triplet: BE, D0 and EE. RGB value is (190,208,238). Sum of RGB (Red+Green+Blue) = 190+208+238=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #BED0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0EE is #412F11. Grayscale: #CDCDCD. Windows color (decimal): -4271890 or 15651006. OLE color: 15651006.

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

Color convert

RGB 190 208 238 -
CMYK 0.20 0.13 0 0.07
HSL 217.5º 0.59% 0.84% -
HSV(B) 217.5º 0.2% 0.93% -
XYZ 59.22 62.23 89.78 -
YUV 206.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 190 208 238 0.20 0.13 0 0.07 217.5 0.59 0.84
Hex BE D0 EE 14 D 0 7 DA 3B 54
Octal 276 320 356 24 15 0 7 332 73 124
Binary 10111110 11010000 11101110 10100 1101 0 111 11011010 111011 1010100

Color Harmonies of #BED0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0EE

Black with #BED0EE

Text Example


Text Example

White with #BED0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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