Html Css Color HEX #BED5FA Periwinkle

📋 copy color: '#BED5FA'

red 190 ◦ green 213 ◦ blue 250

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

Shades of Periwinkle #BED5FA

Tints of Periwinkle #BED5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.62%

 BLUE value IS 250 (98.05% from 255) = 38.28%

R = 29.1%
G = 32.62%
B = 38.28%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BED5FA (or 0xBED5FA) is known color: Periwinkle. HEX triplet: BE, D5 and FA. RGB value is (190,213,250). Sum of RGB (Red+Green+Blue) = 190+213+250=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #BED5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5FA is #412A05. Grayscale: #D2D2D2. Windows color (decimal): -4270598 or 16438718. OLE color: 16438718.

HSL color Cylindrical-coordinate representation of color #BED5FA: hue angle of 217º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED5FA is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 213 250 -
CMYK 0.24 0.15 0 0.02
HSL 217º 0.86% 0.86% -
HSV(B) 217º 0.24% 0.98% -
XYZ 62.28 65.44 99.79 -
YUV 210.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 190 213 250 0.24 0.15 0 0.02 217 0.86 0.86
Hex BE D5 FA 18 F 0 2 D9 56 56
Octal 276 325 372 30 17 0 2 331 126 126
Binary 10111110 11010101 11111010 11000 1111 0 10 11011001 1010110 1010110

Color Harmonies of #BED5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5FA

Black with #BED5FA

Text Example


Text Example

White with #BED5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5FA; }

 p { color: rgb(190,213,250); }

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

background-color css

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

 a { background-color: rgb(190,213,250); }

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

border-color css

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

 span { border-color: rgb(190,213,250); }

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