Html Css Color HEX #BED4FC Periwinkle

📋 copy color: '#BED4FC'

red 190 ◦ green 212 ◦ blue 252

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

Shades of Periwinkle #BED4FC

Tints of Periwinkle #BED4FC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.42%

 BLUE value IS 252 (98.83% from 255) = 38.53%

R = 29.05%
G = 32.42%
B = 38.53%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BED4FC (or 0xBED4FC) is known color: Periwinkle. HEX triplet: BE, D4 and FC. RGB value is (190,212,252). Sum of RGB (Red+Green+Blue) = 190+212+252=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #BED4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4FC is #412B03. Grayscale: #D1D1D1. Windows color (decimal): -4270852 or 16569534. OLE color: 16569534.

HSL color Cylindrical-coordinate representation of color #BED4FC: hue angle of 218.71º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED4FC is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 212 252 -
CMYK 0.25 0.16 0 0.01
HSL 218.71º 0.91% 0.87% -
HSV(B) 218.71º 0.25% 0.99% -
XYZ 62.35 65.06 101.37 -
YUV 209.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 190 212 252 0.25 0.16 0 0.01 218.71 0.91 0.87
Hex BE D4 FC 19 10 0 1 DB 5B 57
Octal 276 324 374 31 20 0 1 333 133 127
Binary 10111110 11010100 11111100 11001 10000 0 1 11011011 1011011 1010111

Color Harmonies of #BED4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4FC

Black with #BED4FC

Text Example


Text Example

White with #BED4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4FC; }

 p { color: rgb(190,212,252); }

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

background-color css

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

 a { background-color: rgb(190,212,252); }

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

border-color css

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

 span { border-color: rgb(190,212,252); }

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