Html Css Color HEX #BED2F3 Periwinkle

📋 copy color: '#BED2F3'

red 190 ◦ green 210 ◦ blue 243

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

Shades of Periwinkle #BED2F3

Tints of Periwinkle #BED2F3

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.66%

 BLUE value IS 243 (95.31% from 255) = 37.79%

R = 29.55%
G = 32.66%
B = 37.79%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BED2F3 (or 0xBED2F3) is known color: Periwinkle. HEX triplet: BE, D2 and F3. RGB value is (190,210,243). Sum of RGB (Red+Green+Blue) = 190+210+243=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 210 (82.42% from 255 or 32.66% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #BED2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2F3 is #412D0C. Grayscale: #CFCFCF. Windows color (decimal): -4271373 or 15979198. OLE color: 15979198.

HSL color Cylindrical-coordinate representation of color #BED2F3: hue angle of 217.36º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BED2F3 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 210 243 -
CMYK 0.22 0.14 0 0.05
HSL 217.36º 0.69% 0.85% -
HSV(B) 217.36º 0.22% 0.95% -
XYZ 60.46 63.51 93.87 -
YUV 207.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 190 210 243 0.22 0.14 0 0.05 217.36 0.69 0.85
Hex BE D2 F3 16 E 0 5 D9 45 55
Octal 276 322 363 26 16 0 5 331 105 125
Binary 10111110 11010010 11110011 10110 1110 0 101 11011001 1000101 1010101

Color Harmonies of #BED2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2F3

Black with #BED2F3

Text Example


Text Example

White with #BED2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2F3; }

 p { color: rgb(190,210,243); }

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

background-color css

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

 a { background-color: rgb(190,210,243); }

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

border-color css

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

 span { border-color: rgb(190,210,243); }

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